Apportionment Module
a breakdown of how an actual payment is apportioned to principal, fee, interest and charges
Functions and values
Function or value |
Description
|
Full Usage:
Add principal fee interest charges apportionment
Parameters:
int64<MeasureProduct<Cent, MeasureOne>>
fee : int64<MeasureProduct<Cent, MeasureOne>>
interest : int64<MeasureProduct<Cent, MeasureOne>>
charges : int64<MeasureProduct<Cent, MeasureOne>>
apportionment : Apportionment
Returns: Apportionment
|
add principal, fee, interest and charges to an existing apportionment
|
Full Usage:
Total apportionment
Parameters:
Apportionment
Returns: int64<MeasureProduct<Cent, MeasureOne>>
|
the total value of all the portions of an apportionment
|
|
a default value for an apportionment, with all portions set to zero
|