Definition Type: ComplexType
Name: Composite
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
Documentation:
Specifies the conditions to be applied for converting into a reference currency when the actual currency rate is not determined upfront.
Collapse XSD Schema Diagram:
Drilldown into fxSpotRateSource in schema fpml-option-shared-4-4_xsd Drilldown into relativeDate in schema fpml-option-shared-4-4_xsd Drilldown into determinationMethod in schema fpml-option-shared-4-4_xsdXSD Diagram of Composite in schema fpml-option-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
determinationMethod fpml:determinationMethod 0 (1)
relativeDate fpml:relativeDate 0 (1)
fxSpotRateSource fpml:fxSpotRateSource 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:composite, fpml:crossCurrency