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
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected BigDecimal
protected Boolean
protected BigDecimal
-
Constructor Summary
Constructors -
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
setIncreasedCostOfStockBorrow(Boolean value)
Sets the value of the increasedCostOfStockBorrow property.void
setInitialStockLoanRate(BigDecimal value)
Sets the value of the initialStockLoanRate property.void
setLossOfStockBorrow(Boolean value)
Sets the value of the lossOfStockBorrow property.void
setMaximumStockLoanRate(BigDecimal value)
Sets the value of the maximumStockLoanRate property.
-
Field Details
-
lossOfStockBorrow
-
maximumStockLoanRate
-
increasedCostOfStockBorrow
-
initialStockLoanRate
-
-
Constructor Details
-
UnderlyerLoanRate
public UnderlyerLoanRate()
-
-
Method Details
-
isLossOfStockBorrow
Gets the value of the lossOfStockBorrow property.- Returns:
- possible object is
Boolean
-
setLossOfStockBorrow
Sets the value of the lossOfStockBorrow property.- Parameters:
value
- allowed object isBoolean
-
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
Gets the value of the increasedCostOfStockBorrow property.- Returns:
- possible object is
Boolean
-
setIncreasedCostOfStockBorrow
Sets the value of the increasedCostOfStockBorrow property.- Parameters:
value
- allowed object isBoolean
-
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
-