<xsd:complexType name="Quanto">
<xsd:annotation>
<xsd:documentation xml:lang="en">When present without child elements this type indicate that a Quanto feature is in use Child elements are used to specify the currency conversion rate(s) associated with the quanto. One rate will be defined for each pair of currencies involved.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="fxRate" type="FxRate" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies a currency conversion rate.</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>
|