Class EnvironmentalPhysicalLeg

java.lang.Object

public class EnvironmentalPhysicalLeg extends PhysicalSwapLeg

Java class for EnvironmentalPhysicalLeg complex type.

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

 <complexType name="EnvironmentalPhysicalLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PhysicalSwapLeg">
       <sequence>
         <element name="numberOfAllowances" type="{http://www.fpml.org/FpML-5/confirmation}UnitQuantity"/>
         <element name="environmental" type="{http://www.fpml.org/FpML-5/confirmation}EnvironmentalProduct"/>
         <element name="abandonmentOfScheme" type="{http://www.fpml.org/FpML-5/confirmation}EnvironmentalAbandonmentOfSchemeEnum" minOccurs="0"/>
         <element name="deliveryDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
         <sequence>
           <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}DateOffset"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}BusinessCentersOrReference.model" minOccurs="0"/>
         </sequence>
         <element name="failureToDeliverApplicable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="eEPParameters" type="{http://www.fpml.org/FpML-5/confirmation}EEPParameters" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>