Definition Type: ComplexType
Name: Quanto
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
Documentation:
Determines the currency rate that the seller of the equity amounts will apply at each valuation date for converting the respective amounts into a currency that is different from the currency denomination of the underlyer.
Collapse XSD Schema Diagram:
Drilldown into fxSpotRateSource in schema fpml-option-shared-4-4_xsd Drilldown into fxRate in schema fpml-option-shared-4-4_xsdXSD Diagram of Quanto in schema fpml-option-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Quanto">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Determines the currency rate that the seller of the equity amounts will apply at each valuation date for converting the respective amounts into a currency that is different from the currency denomination of the underlyer.</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