Definition Type: ComplexType
Name: CommoditySwap
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsA:Product
Containing Schema: fpml-com-5-2.xsd
Abstract
Documentation:
Commodity Swap.
Collapse XSD Schema Diagram:
Drilldown into rounding in schema fpml-com-5-2_xsd Drilldown into settlementDisruption in schema fpml-com-5-2_xsd Drilldown into marketDisruption in schema fpml-com-5-2_xsd Drilldown into commonPricing in schema fpml-com-5-2_xsd Drilldown into CommodityContent.model in schema fpml-com-5-2_xsd Drilldown into additionalCommoditySwapLeg in schema fpml-com-5-2_xsd Drilldown into oilPhysicalLeg in schema fpml-com-5-2_xsd Drilldown into gasPhysicalLeg in schema fpml-com-5-2_xsd Drilldown into electricityPhysicalLeg in schema fpml-com-5-2_xsd Drilldown into coalPhysicalLeg in schema fpml-com-5-2_xsd Drilldown into floatingLeg in schema fpml-com-5-2_xsd Drilldown into fixedLeg in schema fpml-com-5-2_xsd Drilldown into settlementCurrency in schema fpml-com-5-2_xsd Drilldown into terminationDate in schema fpml-com-5-2_xsd Drilldown into effectiveDate in schema fpml-com-5-2_xsd Drilldown into assetClass in schema fpml-shared-5-2_xsd Drilldown into productId in schema fpml-shared-5-2_xsd Drilldown into productType in schema fpml-shared-5-2_xsd Drilldown into Product.model in schema fpml-shared-5-2_xsd Drilldown into id in schema fpml-shared-5-2_xsd Drilldown into Product in schema fpml-shared-5-2_xsdXSD Diagram of CommoditySwap in schema fpml-com-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommoditySwap">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Commodity Swap.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Product">
            <xsd:sequence>
                <xsd:element name="effectiveDate" type="AdjustableOrRelativeDate" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the effective date of this leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically point to the effective date of the other leg of the swap.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="terminationDate" type="AdjustableOrRelativeDate" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the termination date of this leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically point to the termination date of the other leg of the swap.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="settlementCurrency" type="IdentifiedCurrency" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The currency into which the Commodity Swap Transaction will settle. If this is not the same as the currency in which the Commodity Reference Price is quoted on a given floating leg of the Commodity Swap Transaction, then an FX rate should also be specified for that leg.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:choice maxOccurs="unbounded">
                    <xsd:element name="fixedLeg" type="FixedPriceLeg" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Fixed Price Leg.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="floatingLeg" type="FloatingPriceLeg" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Floating Price leg.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="coalPhysicalLeg" type="CoalPhysicalLeg" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Physically settled coal leg.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="electricityPhysicalLeg" type="ElectricityPhysicalLeg" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Physically settled electricity leg.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="gasPhysicalLeg" type="GasPhysicalLeg" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Physically settled natural gas leg.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="oilPhysicalLeg" type="OilPhysicalLeg" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Physically settled oil or refined products leg.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element ref="additionalCommoditySwapLeg" minOccurs="0">
                    </xsd:element>
                </xsd:choice>
                <xsd:group ref="CommodityContent.model" minOccurs="0">
                </xsd:group>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType nsA:productType 0 unbounded
productId nsA:productId 0 unbounded
assetClass nsA:assetClass 0 unbounded
effectiveDate nsA:effectiveDate 0 (1)
terminationDate nsA:terminationDate 0 (1)
settlementCurrency nsA:settlementCurrency 0 (1)
fixedLeg nsA:fixedLeg 0 (1)
floatingLeg nsA:floatingLeg 0 (1)
coalPhysicalLeg nsA:coalPhysicalLeg 0 (1)
electricityPhysicalLeg nsA:electricityPhysicalLeg 0 (1)
gasPhysicalLeg nsA:gasPhysicalLeg 0 (1)
oilPhysicalLeg nsA:oilPhysicalLeg 0 (1)
additionalCommoditySwapLeg nsA:additionalCommoditySwapLeg 0 (1)
commonPricing nsA:commonPricing 0 (1)
marketDisruption nsA:marketDisruption 0 (1)
settlementDisruption nsA:settlementDisruption 0 (1)
rounding nsA:rounding 0 (1)
<xs:group> nsA:CommodityContent.model 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:commoditySwap