Class LoanContract

java.lang.Object
net.finmath.smartcontract.product.xml.LoanContractSummary
net.finmath.smartcontract.product.xml.LoanContract

public class LoanContract extends LoanContractSummary
A funded borrowing instrument which utilizes a portion of an available under a single facility (line of credit) within a bank deal (credit agreement).

Java class for LoanContract complex type.

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

 <complexType name="LoanContract">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanContractSummary">
       <sequence>
         <sequence>
           <element name="repricingDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
           <element name="maturityDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         </sequence>
         <choice>
           <element name="fixedRateAccrual" type="{http://www.fpml.org/FpML-5/confirmation}FixedRateAccrual"/>
           <element name="floatingRateAccrual" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateAccrual"/>
         </choice>
         <element name="facilityFxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxTerms" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • LoanContract

      public LoanContract()
  • Method Details

    • getRepricingDate

      public XMLGregorianCalendar getRepricingDate()
      Gets the value of the repricingDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setRepricingDate

      public void setRepricingDate(XMLGregorianCalendar value)
      Sets the value of the repricingDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getMaturityDate

      public XMLGregorianCalendar getMaturityDate()
      Gets the value of the maturityDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMaturityDate

      public void setMaturityDate(XMLGregorianCalendar value)
      Sets the value of the maturityDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getFixedRateAccrual

      public FixedRateAccrual getFixedRateAccrual()
      Gets the value of the fixedRateAccrual property.
      Returns:
      possible object is FixedRateAccrual
    • setFixedRateAccrual

      public void setFixedRateAccrual(FixedRateAccrual value)
      Sets the value of the fixedRateAccrual property.
      Parameters:
      value - allowed object is FixedRateAccrual
    • getFloatingRateAccrual

      public FloatingRateAccrual getFloatingRateAccrual()
      Gets the value of the floatingRateAccrual property.
      Returns:
      possible object is FloatingRateAccrual
    • setFloatingRateAccrual

      public void setFloatingRateAccrual(FloatingRateAccrual value)
      Sets the value of the floatingRateAccrual property.
      Parameters:
      value - allowed object is FloatingRateAccrual
    • getFacilityFxRate

      public FxTerms getFacilityFxRate()
      Gets the value of the facilityFxRate property.
      Returns:
      possible object is FxTerms
    • setFacilityFxRate

      public void setFacilityFxRate(FxTerms value)
      Sets the value of the facilityFxRate property.
      Parameters:
      value - allowed object is FxTerms