Class UnderlyerLoanRate

java.lang.Object
net.finmath.smartcontract.product.xml.UnderlyerLoanRate

public class UnderlyerLoanRate extends Object
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 Details

    • lossOfStockBorrow

      protected Boolean lossOfStockBorrow
    • maximumStockLoanRate

      protected BigDecimal maximumStockLoanRate
    • increasedCostOfStockBorrow

      protected Boolean increasedCostOfStockBorrow
    • initialStockLoanRate

      protected BigDecimal initialStockLoanRate
  • Constructor Details

    • UnderlyerLoanRate

      public UnderlyerLoanRate()
  • Method Details

    • isLossOfStockBorrow

      public Boolean isLossOfStockBorrow()
      Gets the value of the lossOfStockBorrow property.
      Returns:
      possible object is Boolean
    • setLossOfStockBorrow

      public void setLossOfStockBorrow(Boolean value)
      Sets the value of the lossOfStockBorrow property.
      Parameters:
      value - allowed object is Boolean
    • getMaximumStockLoanRate

      public BigDecimal getMaximumStockLoanRate()
      Gets the value of the maximumStockLoanRate property.
      Returns:
      possible object is BigDecimal
    • setMaximumStockLoanRate

      public void setMaximumStockLoanRate(BigDecimal value)
      Sets the value of the maximumStockLoanRate property.
      Parameters:
      value - allowed object is BigDecimal
    • isIncreasedCostOfStockBorrow

      public Boolean isIncreasedCostOfStockBorrow()
      Gets the value of the increasedCostOfStockBorrow property.
      Returns:
      possible object is Boolean
    • setIncreasedCostOfStockBorrow

      public void setIncreasedCostOfStockBorrow(Boolean value)
      Sets the value of the increasedCostOfStockBorrow property.
      Parameters:
      value - allowed object is Boolean
    • getInitialStockLoanRate

      public BigDecimal getInitialStockLoanRate()
      Gets the value of the initialStockLoanRate property.
      Returns:
      possible object is BigDecimal
    • setInitialStockLoanRate

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