: Public <<Compound>> Class
Created: 31/01/2009 23:15:59
Modified: 31/01/2009 23:35:43
Project:
Advanced:
Details on amounts due for an account.<br/>
Attribute
Public Money
  arrears
Details:
Notes: Part of 'current' that constitutes the arrears portion.<br/>
Public Money
  charges
Details:
Notes: Part of 'current' that constitutes the charge portion: 'charges' = 'Charge.fixedPortion' + 'Charge.variablePortion'.<br/>
Public Money
  current
Details:
Notes: 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.<br/>
Public Money
  interest
Details:
Notes: Part of 'current' that constitutes the interest portion.<br/>
Public Money
  principle
Details:
Notes: Part of 'current' that constitutes the portion of the principle amount currently due.<br/>