<xsd:complexType name="Composite">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the conditions to be applied for converting into a reference currency when the actual currency rate is not determined upfront.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="determinationMethod" type="DeterminationMethod" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the method according to which an amount or a date is determined.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="relativeDate" type="RelativeDateOffset" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A date specified as some offset to another date (the anchor date).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fxSpotRateSource" type="FxSpotRateSource" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the methodology (reference source and, optionally, fixing time) to be used for determining a currency conversion rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|