Definition Type: ComplexType
Name: EnvironmentalProduct
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-4.xsd
Abstract
Documentation:
A type defining the characteristics of the environmental product being traded in a physically settled environmental transaction.
Collapse XSD Schema Diagram:
Drilldown into trackingSystem in schema fpml-com-5-4_xsd Drilldown into applicableLaw in schema fpml-com-5-4_xsd Drilldown into vintage in schema fpml-com-5-4_xsd Drilldown into compliancePeriod in schema fpml-com-5-4_xsd Drilldown into productType in schema fpml-com-5-4_xsdXSD Diagram of EnvironmentalProduct in schema fpml-com-5-4_xsd (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 product being traded in a physically settled environmental transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="productType" type="EnvironmentalProductTypeEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the type of environmental product. Examples include allowances or credit issued by a particular environmental trading scheme.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="compliancePeriod" type="EnvironmentalProductComplaincePeriod" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">For E.U. Emissions Allowance Transactions. Describes Specified Compliance Period for which the Allowances are issued.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="vintage" type="xsd:gYear" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">For 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">For 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">For 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 nsA:productType 0 (1)
compliancePeriod nsA:compliancePeriod 0 (1)
vintage nsA:vintage 0 unbounded
applicableLaw nsA:applicableLaw 0 (1)
trackingSystem nsA:trackingSystem 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:environmental