Definition Type: ComplexType
Name: CommoditySwap
Namespace: http://www.fpml.org/2008/FpML-4-5
Type: fpml:Product
Containing Schema: fpml-com-4-5.xsd
Abstract
Documentation:
Commodity Swap.
Collapse XSD Schema Diagram:
Drilldown into rounding in schema fpml-com-4-5_xsd Drilldown into marketDisruption in schema fpml-com-4-5_xsd Drilldown into commonPricing in schema fpml-com-4-5_xsd Drilldown into CommodityContent.model in schema fpml-com-4-5_xsd Drilldown into floatingLeg in schema fpml-com-4-5_xsd Drilldown into fixedLeg in schema fpml-com-4-5_xsd Drilldown into settlementCurrency in schema fpml-com-4-5_xsd Drilldown into terminationDate in schema fpml-com-4-5_xsd Drilldown into effectiveDate in schema fpml-com-4-5_xsd Drilldown into productId in schema fpml-shared-4-5_xsd Drilldown into productType in schema fpml-shared-4-5_xsd Drilldown into Product.model in schema fpml-shared-4-5_xsd Drilldown into id in schema fpml-shared-4-5_xsd Drilldown into Product in schema fpml-shared-4-5_xsdXSD Diagram of CommoditySwap in schema fpml-com-4-5_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">
                    <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">
                    <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">
                    <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">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Fixed Price Leg.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="floatingLeg" type="FloatingPriceLeg">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Floating Price leg.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:choice>
                <xsd:group ref="CommodityContent.model" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType fpml:productType 0 unbounded
productId fpml:productId 0 unbounded
effectiveDate fpml:effectiveDate (1) (1)
terminationDate fpml:terminationDate (1) (1)
settlementCurrency fpml:settlementCurrency (1) (1)
fixedLeg fpml:fixedLeg (1) (1)
floatingLeg fpml:floatingLeg (1) (1)
commonPricing fpml:commonPricing 0 (1)
marketDisruption fpml:marketDisruption 0 (1)
rounding fpml:rounding 0 (1)
<xs:group> fpml:CommodityContent.model 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:commoditySwap