Class GrossCashflow

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

public class GrossCashflow extends Object
A payment component owed from one party to the other for the cash flow date. This payment component should by of only a single type, e.g. a fee or a cashflow from a cashflow stream.

Java class for GrossCashflow complex type.

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

 <complexType name="GrossCashflow">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <sequence minOccurs="0">
           <element name="cashflowId" type="{http://www.fpml.org/FpML-5/confirmation}CashflowId"/>
           <element name="partyTradeIdentifierReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifierReference" minOccurs="0"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
           <element name="cashflowAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
         </sequence>
         <element name="cashflowType" type="{http://www.fpml.org/FpML-5/confirmation}CashflowType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>