Definition Type: ComplexType
Name: EnvironmentalProduct
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
A type defining the characteristics of the environmental allowance or credit being traded. Settlement of environmental transactions is classified as physical because settlement is accomplished through the exchange of one or more certificates (despite the fact that this exchange is almost always executed through electronic book entry transfer between the parties allowance accounts).
Collapse XSD Schema Diagram:
Drilldown into trackingSystem in schema fpml-com-5-10_xsd3 Drilldown into applicableLaw in schema fpml-com-5-10_xsd3 Drilldown into vintage in schema fpml-com-5-10_xsd3 Drilldown into productType in schema fpml-com-5-10_xsd3XSD Diagram of EnvironmentalProduct in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="EnvironmentalProduct">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the characteristics of the environmental allowance or credit being traded. Settlement of environmental transactions is classified as physical because settlement is accomplished through the exchange of one or more certificates (despite the fact that this exchange is almost always executed through electronic book entry transfer between the parties allowance accounts).</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="productType" type="EnvironmentalProductTypeEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the type of environmental allowance or credit. Examples include allowances or credit issued by the European Union (E.U.) or by the State of California in the Unites States.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="vintage" type="xsd:gYear" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Applies to U.S. Emissions Allowance Transactions. The year(s) of the applicable Emissions Product(s) as specified in an Emissions Transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="applicableLaw" type="EnvironmentalProductApplicableLaw" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Applies to U.S. Emissions Allowance Transactions. Used to specify the Applicable Emissions Law when this is not defined in Emissions Product Definitions Exhibit.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="trackingSystem" type="EnvironmentalTrackingSystem" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Applies to U.S. Emissions Allowance Transactions. Used to specify the Tracking System when this is not defined in Emissions Product Definitions Exhibit.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType nsF:productType (1) (1)
vintage nsF:vintage 0 unbounded
applicableLaw nsF:applicableLaw 0 (1)
trackingSystem nsF:trackingSystem 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:environmental