Definition Type: ComplexType
Name: CommodityFixedPriceSchedule
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-com-4-5.xsd
Abstract
Documentation:
The Fixed Price for a given Calculation Period during the life of the trade. There must be a Fixed Price step specified for each Calculation Period, regardless of whether the Fixed Price changes or remains the same between periods.
Collapse XSD Schema Diagram:
Drilldown into calculationPeriodsScheduleReference in schema fpml-com-4-5_xsd Drilldown into calculationPeriodsReference in schema fpml-com-4-5_xsd Drilldown into CommodityCalculationPeriodsPointer.model in schema fpml-com-4-5_xsd Drilldown into contractRateStep in schema fpml-com-4-5_xsd Drilldown into worldscaleRateStep in schema fpml-com-4-5_xsd Drilldown into fixedPriceStep in schema fpml-com-4-5_xsdXSD Diagram of CommodityFixedPriceSchedule in schema fpml-com-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityFixedPriceSchedule">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The Fixed Price for a given Calculation Period during the life of the trade. There must be a Fixed Price step specified for each Calculation Period, regardless of whether the Fixed Price changes or remains the same between periods.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="fixedPriceStep" type="FixedPrice" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The Fixed Price for a given Calculation Period during the life of the trade. There must be a Fixed Price step specified for each Calculation Period, regardless of whether the Fixed Price changes or remains the same between periods.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="worldscaleRateStep" type="xsd:decimal" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>For a Wet Voyager Charter Freight Swap, the number of Worldscale Points for purposes of the calculation of a Fixed Amount for a given Calculation Period during the life of the trade. There must be Worldscale Rate Step specified for each Calculation Period, regardless of whether the Worldscale Rate Step changes or remains the same between periods.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="contractRateStep" type="NonNegativeMoney" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>For a DRY Voyage Charter or Time Charter Freight Swap, the price per relevant unit for pruposes of the calculation of a Fixed Amount for a given Calculation Period during the life of the trade. There must be Worldscale Rate Step specified for each Calculation Period, regardless of whether the Worldscale Rate Step changes or remains the same between periods.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:group ref="CommodityCalculationPeriodsPointer.model" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fixedPriceStep fpml:fixedPriceStep (1) unbounded
worldscaleRateStep fpml:worldscaleRateStep (1) unbounded
contractRateStep fpml:contractRateStep (1) unbounded
calculationPeriodsReference fpml:calculationPeriodsReference (1) (1)
calculationPeriodsScheduleReference fpml:calculationPeriodsScheduleReference (1) (1)
<xs:group> fpml:CommodityCalculationPeriodsPointer.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:fixedPriceSchedule