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>
 
  • Field Details

  • Constructor Details

    • Notional

      public Notional()
  • Method Details

    • getNotionalStepSchedule

      public NonNegativeAmountSchedule getNotionalStepSchedule()
      Gets the value of the notionalStepSchedule property.
      Returns:
      possible object is NonNegativeAmountSchedule
    • setNotionalStepSchedule

      public void setNotionalStepSchedule(NonNegativeAmountSchedule value)
      Sets the value of the notionalStepSchedule property.
      Parameters:
      value - allowed object is NonNegativeAmountSchedule
    • getNotionalStepParameters

      public NotionalStepRule getNotionalStepParameters()
      Gets the value of the notionalStepParameters property.
      Returns:
      possible object is NotionalStepRule
    • setNotionalStepParameters

      public void setNotionalStepParameters(NotionalStepRule value)
      Sets the value of the notionalStepParameters property.
      Parameters:
      value - allowed object is NotionalStepRule
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String