XML Schema Documentation

Model Group: PaymentDiscounting.model

[Table of contents]

Name PaymentDiscounting.model
Documentation A model group for representing the discounting elements that can be associated with a payment.
XML Instance Representation
<discountFactor> xsd:decimal </discountFactor> [0..1]

'The value representing the discount factor used to calculate the present value of the cash flow.'

<presentValueAmount> Money </presentValueAmount> [0..1]

'The amount representing the present value of the forecast payment.'

Diagram
Schema Component Representation
<xsd:group name="PaymentDiscounting.model">
<xsd:sequence>
<xsd:element name="discountFactor" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="presentValueAmount" type=" Money " minOccurs="0"/>
</xsd:sequence>
</xsd:group>