Definition Type: ComplexType
Name: Quanto
Namespace: http://www.fpml.org/2005/FpML-4-2
Containing Schema: fpml-eq-shared-4-2.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into fxSpotRateSource in schema fpml-eq-shared-4-2_xsd Drilldown into fxRate in schema fpml-eq-shared-4-2_xsdXSD Diagram of Quanto in schema fpml-eq-shared-4-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fxRate fpml:fxRate 0 unbounded
fxSpotRateSource fpml:fxSpotRateSource 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:quanto