Class AssetPool
java.lang.Object
net.finmath.smartcontract.product.xml.AssetPool
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 Summary
Modifier and TypeFieldDescriptionprotected BigDecimal
protected IdentifiedDate
protected BigDecimal
protected BigInteger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currentFactor property.Gets the value of the effectiveDate property.Gets the value of the initialFactor property.Gets the value of the version property.void
setCurrentFactor
(BigDecimal value) Sets the value of the currentFactor property.void
setEffectiveDate
(IdentifiedDate value) Sets the value of the effectiveDate property.void
setInitialFactor
(BigDecimal value) Sets the value of the initialFactor property.void
setVersion
(BigInteger value) Sets the value of the version property.
-
Field Details
-
version
-
effectiveDate
-
initialFactor
-
currentFactor
-
-
Constructor Details
-
AssetPool
public AssetPool()
-
-
Method Details
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isBigInteger
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
IdentifiedDate
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value
- allowed object isIdentifiedDate
-
getInitialFactor
Gets the value of the initialFactor property.- Returns:
- possible object is
BigDecimal
-
setInitialFactor
Sets the value of the initialFactor property.- Parameters:
value
- allowed object isBigDecimal
-
getCurrentFactor
Gets the value of the currentFactor property.- Returns:
- possible object is
BigDecimal
-
setCurrentFactor
Sets the value of the currentFactor property.- Parameters:
value
- allowed object isBigDecimal
-