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

Inherits from

  • None

Descendant classes

  • No descendant classes

Leaf/Root class

IsLeaf IsRoot
False False

Associations

None