Class CashPayable

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

public class CashPayable extends Object
This structure represents payable cash, together with reference to any withholding tax being applied. This is used as a generic cash flow container across all loan business events (within the event header).

Java class for CashPayable complex type.

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

 <complexType name="CashPayable">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="netAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
         <element name="taxWithholding" type="{http://www.fpml.org/FpML-5/confirmation}TaxWithholding" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>