Definition Type: Group
Name: FxExpiryDateOrSchedule.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-accruals-5-10.xsd
Documentation:
Defines the expiry/observation date or schedule of the accrual product.
Collapse XSD Schema Diagram:
Drilldown into expirySchedule in schema fpml-fx-accruals-5-10_xsd2 Drilldown into expiryDate in schema fpml-fx-accruals-5-10_xsd2XSD Diagram of FxExpiryDateOrSchedule.model in schema fpml-fx-accruals-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FxExpiryDateOrSchedule.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines the expiry/observation date or schedule of the accrual product.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="expiryDate" type="FxExpiryDate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the expiry of a single period accrual forward FX transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="expirySchedule" type="FxExpirySchedule">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The parameters for defining a schedule of expiry periods for an accrual forward FX transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
expiryDate nsE:expiryDate (1) (1)
expirySchedule nsE:expirySchedule (1) (1)