Class ProposedCollateralAllocation

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

public class ProposedCollateralAllocation extends Object
The proposed collateral allocation.

Java class for ProposedCollateralAllocation complex type.

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

 <complexType name="ProposedCollateralAllocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CollateralPartyAndAccountReferences.model"/>
         <choice maxOccurs="unbounded">
           <element name="collateralValueAllocation" type="{http://www.fpml.org/FpML-5/confirmation}CollateralValueAllocation"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>