XML Schema Documentation

Model Group: BondCalculation.model

[Table of contents]

Name BondCalculation.model
Used by (from the same schema document) Complex Type Bond , Complex Type Mortgage
Documentation A group that specifies Bond Calculation elements
XML Instance Representation
<paymentFrequency> Interval </paymentFrequency> [0..1]

'Specifies the frequency at which the bond pays, e.g. 6M.'

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

'The day count basis for the bond.'

Diagram
Schema Component Representation
<xsd:group name="BondCalculation.model">
<xsd:sequence>
<xsd:element name="paymentFrequency" type=" Interval " minOccurs="0"/>
<xsd:element name="dayCountFraction" type=" DayCountFraction " minOccurs="0"/>
</xsd:sequence>
</xsd:group>