Definition Type: Group
Name: CommodityAsian.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Documentation:
Model group containing features specific to Asian/averaging commodity options.
Collapse XSD Schema Diagram:
Drilldown into averagingMethod in schema fpml-com-5-10_xsd1 Drilldown into pricingDates in schema fpml-com-5-10_xsd1 Drilldown into calculationPeriods in schema fpml-com-5-10_xsd1 Drilldown into calculationPeriodsSchedule in schema fpml-com-5-10_xsd1XSD Diagram of CommodityAsian.model in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityAsian.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Model group containing features specific to Asian/averaging commodity options.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element name="calculationPeriodsSchedule" type="CommodityCalculationPeriodsSchedule">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A parametric representation of the Calculation Periods of the Commodity Option Transaction.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="calculationPeriods" type="AdjustableDates">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">An absolute representation of the Calculation Period start dates of the Commodity Option Transaction.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="pricingDates" type="CommodityPricingDates" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The dates on which the option will price.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="averagingMethod" type="AveragingMethodEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The Method of Averaging if there is more than one Pricing Date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationPeriodsSchedule nsD:calculationPeriodsSchedule (1) (1)
calculationPeriods nsD:calculationPeriods (1) (1)
pricingDates nsD:pricingDates 0 (1)
averagingMethod nsD:averagingMethod 0 (1)