Definition Type: Group
Name: CommodityCalculationPeriods.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Documentation:
The different options for specifying the Calculation Periods.
Collapse XSD Schema Diagram:
Drilldown into calculationPeriodsSchedule in schema fpml-com-5-10_xsd3XSD Diagram of CommodityCalculationPeriods.model in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityCalculationPeriods.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The different options for specifying the Calculation Periods.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="calculationPeriodsSchedule" type="CommodityCalculationPeriodsSchedule" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The Calculation Periods for this leg of the swap. This type is only intended to be used if the Calculation Periods differ on each leg. If Calculation Periods mirror another leg, then the calculationPeriodsReference element should be used to point to the Calculation Periods on the other leg - or the calculationPeriodsScheduleReference can be used to point to the Calculation Periods Schedule for that leg.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationPeriodsSchedule nsF:calculationPeriodsSchedule 0 (1)