<xsd:complexType name="EnvironmentalPhysicalLeg">
<xsd:complexContent>
<xsd:extension base="PhysicalSwapLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">The environmental physical leg describes the nature of the physical underlying, quantities and delivery conditions relating to environmental allowances and certificates such as EU emissions allowances, water pollution credits and the like.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="numberOfAllowances" type="UnitQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of allowances, certificates or credit to be transaction in the transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="environmental" type="EnvironmentalProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of the type of allowance or credit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="abandonmentOfScheme" type="EnvironmentalAbandonmentOfSchemeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Applies to U.S. Emissions Allowance Transactions. Specifies terms which apply in the event of an Abandonment of Scheme event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliveryDate" type="AdjustableOrRelativeDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which allowances are to be delivered as specified in the related Confirmation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="paymentDate" type="DateOffset" />
<xsd:group ref="BusinessCentersOrReference.model" minOccurs="0" />
</xsd:sequence>
<xsd:element name="failureToDeliverApplicable" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Applies to EU Emissions Allowance Transactions. Holds the Failure to Deliver (Alternative Method) election. Used to determine how provisions in Part [7] Page 7 (B) Failure to Deliver Not Remedied are to be applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="eEPParameters" type="EEPParameters" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Applies to EU Emissions Allowance Transactions. Contains a series of parameters controlling Excess Emissions Penalty payments.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|