Class EnvironmentalProduct

java.lang.Object
net.finmath.smartcontract.product.xml.EnvironmentalProduct

public class EnvironmentalProduct extends Object
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).

Java class for EnvironmentalProduct complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EnvironmentalProduct">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="productType" type="{http://www.fpml.org/FpML-5/confirmation}EnvironmentalProductTypeEnum"/>
         <element name="compliancePeriod" type="{http://www.fpml.org/FpML-5/confirmation}EnvironmentalProductComplaincePeriod" minOccurs="0"/>
         <element name="vintage" type="{http://www.w3.org/2001/XMLSchema}gYear" maxOccurs="unbounded" minOccurs="0"/>
         <element name="applicableLaw" type="{http://www.fpml.org/FpML-5/confirmation}EnvironmentalProductApplicableLaw" minOccurs="0"/>
         <element name="trackingSystem" type="{http://www.fpml.org/FpML-5/confirmation}EnvironmentalTrackingSystem" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>