pyocf.enums.daycounttype

Enumeration of how the number of days are determined per period

class pyocf.enums.daycounttype.DayCountType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Enumeration of how the number of days are determined per period

ENUM_30_360 = '30_360'
ENUM_ACTUAL_365 = 'ACTUAL_365'