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>