Class PaymentBaseExtended

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.PaymentBaseExtended
Direct Known Subclasses:
FxStraddlePremium, NonNegativePayment

public abstract class PaymentBaseExtended extends PaymentBase
Base type for payments.

Java class for PaymentBaseExtended complex type.

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

 <complexType name="PaymentBaseExtended">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>