Due
Class Description
Details on amounts due for an account.
Attributes
Name | Type | Description |
---|---|---|
arrears | Money | Part of 'current' that constitutes the arrears portion. |
charges | Money | Part of 'current' that constitutes the charge portion: 'charges' = 'Charge.fixedPortion' + 'Charge.variablePortion'. |
current | Money | Current total amount now due: current = principle + arrears + interest + charges. Typically the rule for settlement priority is: interest dues, then arrears dues, then current dues, then charge dues. |
interest | Money | Part of 'current' that constitutes the interest portion. |
principle | Money | Part of 'current' that constitutes the portion of the principle amount currently due. |
Relationships
Ancestors
No ancestor classes
Descendents
No descendent classes
Associations
None