pyocf.enums.compoundingtype

Enumeration of interest compounding types

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

Enumeration of interest compounding types

ENUM_COMPOUNDING = 'COMPOUNDING'
ENUM_SIMPLE = 'SIMPLE'