Class IndependentAmount

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

public class IndependentAmount extends Object

Java class for IndependentAmount complex type.

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

 <complexType name="IndependentAmount">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="paymentDetail" type="{http://www.fpml.org/FpML-5/confirmation}PaymentDetail" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>