Class NonPeriodicFixedPriceLeg

java.lang.Object
net.finmath.smartcontract.product.xml.Leg
net.finmath.smartcontract.product.xml.CommoditySwapLeg
net.finmath.smartcontract.product.xml.NonPeriodicFixedPriceLeg

public class NonPeriodicFixedPriceLeg extends CommoditySwapLeg
The details of a fixed payment. Can be used for a forward transaction or as the base for a more complex fixed leg component such as the fixed leg of a swap.

Java class for NonPeriodicFixedPriceLeg complex type.

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

 <complexType name="NonPeriodicFixedPriceLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CommoditySwapLeg">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="fixedPrice" type="{http://www.fpml.org/FpML-5/confirmation}FixedPrice"/>
         <element name="totalPrice" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="quantityReference" type="{http://www.fpml.org/FpML-5/confirmation}QuantityReference"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityPaymentDates.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>