XML Schema Documentation

Complex Type: FxTermsSchedule

[Table of contents]

Super-types: None
Sub-types: None
Name FxTermsSchedule
Used by (from the same schema document) Complex Type LoanContract
Abstract no
Documentation A structure which specifies many FX conversion terms, based on a schedule.
XML Instance Representation
<...>
<startDate> xsd:date </startDate> [1]

'Date on which this period begins.'

<endDate> xsd:date </endDate> [1]

'Date on which this period ends.'

<fxTerms> FxTerms </fxTerms> [1]

'Defines a single FX rate conversion.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FxTermsSchedule">
<xsd:sequence>
<xsd:group ref=" Period.model "/>
<xsd:element name="fxTerms" type=" FxTerms "/>
</xsd:sequence>
</xsd:complexType>