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>
 
  • Field Details

  • Constructor Details

    • AssetPool

      public AssetPool()
  • Method Details

    • getVersion

      public BigInteger getVersion()
      Gets the value of the version property.
      Returns:
      possible object is BigInteger
    • setVersion

      public void setVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger
    • getEffectiveDate

      public IdentifiedDate getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is IdentifiedDate
    • setEffectiveDate

      public void setEffectiveDate(IdentifiedDate value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is IdentifiedDate
    • getInitialFactor

      public BigDecimal getInitialFactor()
      Gets the value of the initialFactor property.
      Returns:
      possible object is BigDecimal
    • setInitialFactor

      public void setInitialFactor(BigDecimal value)
      Sets the value of the initialFactor property.
      Parameters:
      value - allowed object is BigDecimal
    • getCurrentFactor

      public BigDecimal getCurrentFactor()
      Gets the value of the currentFactor property.
      Returns:
      possible object is BigDecimal
    • setCurrentFactor

      public void setCurrentFactor(BigDecimal value)
      Sets the value of the currentFactor property.
      Parameters:
      value - allowed object is BigDecimal