Class UnderlyerLoanRate
java.lang.Object
net.finmath.smartcontract.product.xml.UnderlyerLoanRate
Defines stock loan information where this is required per underlyer. You
must not duplicate infromation within dividend conditions at transaction level
Java class for UnderlyerLoanRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnderlyerLoanRate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}StockLoan.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected BigDecimal
protected Boolean
protected BigDecimal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the initialStockLoanRate property.Gets the value of the maximumStockLoanRate property.Gets the value of the increasedCostOfStockBorrow property.Gets the value of the lossOfStockBorrow property.void
Sets the value of the increasedCostOfStockBorrow property.void
Sets the value of the initialStockLoanRate property.void
setLossOfStockBorrow
(Boolean value) Sets the value of the lossOfStockBorrow property.void
Sets the value of the maximumStockLoanRate property.
-
Field Details
-
lossOfStockBorrow
-
maximumStockLoanRate
-
increasedCostOfStockBorrow
-
initialStockLoanRate
-
-
Constructor Details
-
UnderlyerLoanRate
public UnderlyerLoanRate()
-
-
Method Details
-
isLossOfStockBorrow
-
setLossOfStockBorrow
-
getMaximumStockLoanRate
Gets the value of the maximumStockLoanRate property.- Returns:
- possible object is
BigDecimal
-
setMaximumStockLoanRate
Sets the value of the maximumStockLoanRate property.- Parameters:
value
- allowed object isBigDecimal
-
isIncreasedCostOfStockBorrow
-
setIncreasedCostOfStockBorrow
-
getInitialStockLoanRate
Gets the value of the initialStockLoanRate property.- Returns:
- possible object is
BigDecimal
-
setInitialStockLoanRate
Sets the value of the initialStockLoanRate property.- Parameters:
value
- allowed object isBigDecimal
-