Class FxAverageRateObservationSchedule
java.lang.Object
net.finmath.smartcontract.product.xml.FxAverageRateObservationSchedule
A type that describes average rate options rate observations. This is used
to describe a parametric frequency of rate observations against a particular rate. Typical frequencies
might include daily, every Friday, etc.
Java class for FxAverageRateObservationSchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxAverageRateObservationSchedule"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="calculationPeriodFrequency" type="{http://www.fpml.org/FpML-5/confirmation}CalculationPeriodFrequency"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CalculationPeriodFrequency
protected XMLGregorianCalendar
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationPeriodFrequency property.Gets the value of the endDate property.Gets the value of the startDate property.void
Sets the value of the calculationPeriodFrequency property.void
setEndDate
(XMLGregorianCalendar value) Sets the value of the endDate property.void
setStartDate
(XMLGregorianCalendar value) Sets the value of the startDate property.
-
Field Details
-
startDate
-
endDate
-
calculationPeriodFrequency
-
-
Constructor Details
-
FxAverageRateObservationSchedule
public FxAverageRateObservationSchedule()
-
-
Method Details
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
Sets the value of the startDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDate
Sets the value of the endDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getCalculationPeriodFrequency
Gets the value of the calculationPeriodFrequency property.- Returns:
- possible object is
CalculationPeriodFrequency
-
setCalculationPeriodFrequency
Sets the value of the calculationPeriodFrequency property.- Parameters:
value
- allowed object isCalculationPeriodFrequency
-