Definition Type: Group
Name: FxTenor.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-5-2.xsd
Documentation:
Denotes the tenor on which both currencies traded will settle.
Collapse XSD Schema Diagram:
Drilldown into tenorPeriod in schema fpml-fx-5-2_xsd Drilldown into tenorName in schema fpml-fx-5-2_xsdXSD Diagram of FxTenor.model in schema fpml-fx-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FxTenor.model">
    <xsd:annotation>
        <xsd:documentation>Denotes the tenor on which both currencies traded will settle.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="tenorName" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>A tenor expressed with a standard business term (i.e. Spot, TomorrowNext, etc.)</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="FxTenorPeriodEnum" />
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="tenorPeriod" type="Period" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>A tenor expressed as a period type and multiplier (e.g. 1D, 1Y, etc.)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tenorName nsA:tenorName 0 (1)
tenorPeriod nsA:tenorPeriod 0 (1)