Class FeaturePayment

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.FeaturePayment

public class FeaturePayment extends PaymentBase
Payment made following trigger occurence.

Java class for FeaturePayment complex type.

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

 <complexType name="FeaturePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <choice>
           <element name="levelPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal"/>
         </choice>
         <element name="time" type="{http://www.fpml.org/FpML-5/confirmation}TimeTypeEnum" minOccurs="0"/>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
         <element name="featurePaymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>