<xsd:group name="PaymentDiscounting.model">
<xsd:annotation>
<xsd:documentation>A model group for representing the discounting elements that can be associated with a payment.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="discountFactor" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value representing the discount factor used to calculate the present value of the cash flow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="presentValueAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount representing the present value of the forecast payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|