Class AssetPool

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

public class AssetPool extends Object
Characterise the asset pool behind an asset backed bond.

Java class for AssetPool complex type.

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

 <complexType name="AssetPool">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}VersionHistory.model" minOccurs="0"/>
         <element name="initialFactor" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="currentFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>