Class Notional

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

public class Notional extends Object
An type defining the notional amount or notional amount schedule associated with a swap stream. The notional schedule will be captured explicitly, specifying the dates that the notional changes and the outstanding notional amount that applies from that date. A parametric representation of the rules defining the notional step schedule can optionally be included.

Java class for Notional complex type.

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

 <complexType name="Notional">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="notionalStepSchedule" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule"/>
         <element name="notionalStepParameters" type="{http://www.fpml.org/FpML-5/confirmation}NotionalStepRule" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>