XML Schema Documentation

Model Group: DiscountRate.model

[Table of contents]

Name DiscountRate.model
Used by (from the same schema document) Complex Type Discounting
Documentation Model group enforces association of day count fraction with the discount rate.
XML Instance Representation
<discountRate> xsd:decimal </discountRate> [1]

'A discount rate, expressed as a decimal, to be used in the calculation of a discounted amount. A discount amount of 5% would be represented as 0.05.'

<discountRateDayCountFraction> DayCountFraction </discountRateDayCountFraction> [0..1]

'A discount day count fraction to be used in the calculation of a discounted amount.'

Diagram
Schema Component Representation
<xsd:group name="DiscountRate.model">
<xsd:sequence>
<xsd:element name="discountRate" type=" xsd:decimal "/>
<xsd:element name="discountRateDayCountFraction" type=" DayCountFraction " minOccurs="0"/>
</xsd:sequence>
</xsd:group>