Definition Type: ComplexType
Name: FxSpotRateSource
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type defining the source and time for an fx rate.
Collapse XSD Schema Diagram:
Drilldown into fixingTime in schema fpml-shared-4-4_xsd Drilldown into secondaryRateSource in schema fpml-shared-4-4_xsd Drilldown into primaryRateSource in schema fpml-shared-4-4_xsdXSD Diagram of FxSpotRateSource in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxSpotRateSource">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the source and time for an fx rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="primaryRateSource" type="InformationSource">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The primary source for where the rate observation will occur. Will typically be either a page or a reference bank published rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="secondaryRateSource" type="InformationSource" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An alternative, or secondary, source for where the rate observation will occur. Will typically be either a page or a reference bank published rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fixingTime" type="BusinessCenterTime">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The time at which the spot currency exchange rate will be observed. It is specified as a time in a specific business center, e.g. 11:00am London time.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
primaryRateSource fpml:primaryRateSource (1) (1)
secondaryRateSource fpml:secondaryRateSource 0 (1)
fixingTime fpml:fixingTime (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:FxFixingfpml:fxSpotRateSource, fpml:fxSpotRateSource, fpml:fxSpotRateSource, fpml:rateSource,