Class SettlementPeriodLeverage
java.lang.Object
net.finmath.smartcontract.product.xml.SettlementPeriodLeverage
Java class for SettlementPeriodLeverage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementPeriodLeverage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="ratio" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <sequence> <element name="notionalAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="counterCurrencyAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the counterCurrencyAmount property.Gets the value of the notionalAmount property.getRatio()
Gets the value of the ratio property.void
Sets the value of the counterCurrencyAmount property.void
setNotionalAmount
(BigDecimal value) Sets the value of the notionalAmount property.void
setRatio
(BigDecimal value) Sets the value of the ratio property.
-
Field Details
-
ratio
-
notionalAmount
-
counterCurrencyAmount
-
-
Constructor Details
-
SettlementPeriodLeverage
public SettlementPeriodLeverage()
-
-
Method Details
-
getRatio
Gets the value of the ratio property.- Returns:
- possible object is
BigDecimal
-
setRatio
Sets the value of the ratio property.- Parameters:
value
- allowed object isBigDecimal
-
getNotionalAmount
Gets the value of the notionalAmount property.- Returns:
- possible object is
BigDecimal
-
setNotionalAmount
Sets the value of the notionalAmount property.- Parameters:
value
- allowed object isBigDecimal
-
getCounterCurrencyAmount
Gets the value of the counterCurrencyAmount property.- Returns:
- possible object is
BigDecimal
-
setCounterCurrencyAmount
Sets the value of the counterCurrencyAmount property.- Parameters:
value
- allowed object isBigDecimal
-