Definition Type: Group
Name: CommodityAsian.model
Namespace: http://www.fpml.org/FpML-5/transparency
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_xsd3 Drilldown into pricingDates in schema fpml-com-5-10_xsd3 Drilldown into calculationPeriodsSchedule in schema fpml-com-5-10_xsd3XSD Diagram of CommodityAsian.model in schema fpml-com-5-10_xsd3 (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:element name="calculationPeriodsSchedule" type="CommodityCalculationPeriodsSchedule" minOccurs="0">
            <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="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 nsF:calculationPeriodsSchedule 0 (1)
pricingDates nsF:pricingDates 0 (1)
averagingMethod nsF:averagingMethod 0 (1)