Class Frequency

java.lang.Object
net.finmath.smartcontract.product.xml.Frequency
Direct Known Subclasses:
CalculationPeriodFrequency, CommodityCalculationPeriodsSchedule, GenericFrequency, GenericResetFrequency, ResetFrequency

public class Frequency extends Object
A type defining a time frequency, e.g. one day, three months. Used for specifying payment or calculation frequencies at which the value T (Term) is applicable.

Java class for Frequency complex type.

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

 <complexType name="Frequency">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="periodMultiplier" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="period" type="{http://www.fpml.org/FpML-5/confirmation}PeriodExtendedEnum"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • periodMultiplier

      protected BigInteger periodMultiplier
    • period

      protected String period
    • id

      protected String id
  • Constructor Details

    • Frequency

      public Frequency()
  • Method Details

    • getPeriodMultiplier

      public BigInteger getPeriodMultiplier()
      Gets the value of the periodMultiplier property.
      Returns:
      possible object is BigInteger
    • setPeriodMultiplier

      public void setPeriodMultiplier(BigInteger value)
      Sets the value of the periodMultiplier property.
      Parameters:
      value - allowed object is BigInteger
    • getPeriod

      public String getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is String
    • setPeriod

      public void setPeriod(String value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is String
    • 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