Class LoanContractBaseRateSet

java.lang.Object

public class LoanContractBaseRateSet extends LoanContractEvent
An event representing the initial setting of the rate on a single (new) loan contract.

Java class for LoanContractBaseRateSet complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LoanContractBaseRateSet">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanContractEvent">
       <sequence>
         <element name="fixingDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>