Get the EOM Adjust flag, which determines whether the End Of Month Adjustment rule should be used while calculating days for this Security.

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
public bool isEomAdjust()
Visual Basic (Declaration)
Public Function isEomAdjust As Boolean
Visual C++
public:
bool isEomAdjust()

Return Value

true if the EOM Adjust rule should be used for this Security, otherwise false.

See Also