Quotes Module
functions for settling outstanding payments
Types
Type | Description |
a quote containing information on the payment required to settle |
|
a settlement quote |
|
the result of a quote with a breakdown of constituent amounts where relevant |
Functions and values
Function or value |
Description
|
Full Usage:
getQuote settlementDay schedulingParameters actualPayments
Parameters:
SettlementDay
schedulingParameters : Parameters
actualPayments : Map<int<MeasureProduct<OffsetDay, MeasureOne>>, ActualPayment array>
Returns: Quote
|
calculates a revised schedule showing the generated payment for the given quote type
|