Class Discounting

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

public class Discounting extends Object
A type defining discounting information. The 2000 ISDA definitions, section 8.4. discounting (related to the calculation of a discounted fixed amount or floating amount) apply. This type must only be included if discounting applies.

Java class for Discounting complex type.

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

 <complexType name="Discounting">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="discountingType" type="{http://www.fpml.org/FpML-5/confirmation}DiscountingTypeEnum"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}DiscountRate.model" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>