Uses of Class
net.finmath.smartcontract.product.xml.InformationSource
Packages that use InformationSource
-
Uses of InformationSource in net.finmath.smartcontract.product.xml
Subclasses of InformationSource in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
Java class for FxInformationSource complex type.Fields in net.finmath.smartcontract.product.xml declared as InformationSourceModifier and TypeFieldDescriptionprotected InformationSource
ObservedPrice.informationSource
protected InformationSource
ObservedRate.informationSource
protected InformationSource
SettlementRateSource.informationSource
protected InformationSource
TriggerRateObservation.informationSource
protected InformationSource
FxSpotRateSource.primaryRateSource
protected InformationSource
FxSpotRateSource.secondaryRateSource
Fields in net.finmath.smartcontract.product.xml with type parameters of type InformationSourceModifier and TypeFieldDescriptionprotected List
<InformationSource> BasicQuotation.informationSource
protected List
<InformationSource> FxAccrualBarrier.informationSource
protected List
<InformationSource> FxAccrualTrigger.informationSource
protected List
<InformationSource> FxBarrierFeature.informationSource
protected List
<InformationSource> FxTouch.informationSource
protected List
<InformationSource> FxTrigger.informationSource
protected List
<InformationSource> MultiDimensionalPricingData.informationSource
protected List
<InformationSource> PricingStructurePoint.informationSource
protected List
<InformationSource> Quotation.informationSource
protected List
<InformationSource> QuotationCharacteristics.informationSource
Methods in net.finmath.smartcontract.product.xml that return InformationSourceModifier and TypeMethodDescriptionObjectFactory.createInformationSource()
Create an instance ofInformationSource
ObservedPrice.getInformationSource()
Gets the value of the informationSource property.ObservedRate.getInformationSource()
Gets the value of the informationSource property.SettlementRateSource.getInformationSource()
Gets the value of the informationSource property.TriggerRateObservation.getInformationSource()
Gets the value of the informationSource property.FxSpotRateSource.getPrimaryRateSource()
Gets the value of the primaryRateSource property.FxSpotRateSource.getSecondaryRateSource()
Gets the value of the secondaryRateSource property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type InformationSourceModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<InformationSource> ObjectFactory.createCommodityFxPrimaryRateSource
(InformationSource value) jakarta.xml.bind.JAXBElement
<InformationSource> ObjectFactory.createCommodityFxSecondaryRateSource
(InformationSource value) jakarta.xml.bind.JAXBElement
<InformationSource> ObjectFactory.createFxAsianFeaturePrimaryRateSource
(InformationSource value) jakarta.xml.bind.JAXBElement
<InformationSource> ObjectFactory.createFxAsianFeatureSecondaryRateSource
(InformationSource value) BasicQuotation.getInformationSource()
Gets the value of the informationSource property.FxAccrualBarrier.getInformationSource()
Gets the value of the informationSource property.FxAccrualTrigger.getInformationSource()
Gets the value of the informationSource property.FxBarrierFeature.getInformationSource()
Gets the value of the informationSource property.FxTouch.getInformationSource()
Gets the value of the informationSource property.FxTrigger.getInformationSource()
Gets the value of the informationSource property.MultiDimensionalPricingData.getInformationSource()
Gets the value of the informationSource property.PricingStructurePoint.getInformationSource()
Gets the value of the informationSource property.Quotation.getInformationSource()
Gets the value of the informationSource property.QuotationCharacteristics.getInformationSource()
Gets the value of the informationSource property.Methods in net.finmath.smartcontract.product.xml with parameters of type InformationSourceModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<InformationSource> ObjectFactory.createCommodityFxPrimaryRateSource
(InformationSource value) jakarta.xml.bind.JAXBElement
<InformationSource> ObjectFactory.createCommodityFxSecondaryRateSource
(InformationSource value) jakarta.xml.bind.JAXBElement
<InformationSource> ObjectFactory.createFxAsianFeaturePrimaryRateSource
(InformationSource value) jakarta.xml.bind.JAXBElement
<InformationSource> ObjectFactory.createFxAsianFeatureSecondaryRateSource
(InformationSource value) void
ObservedPrice.setInformationSource
(InformationSource value) Sets the value of the informationSource property.void
ObservedRate.setInformationSource
(InformationSource value) Sets the value of the informationSource property.void
SettlementRateSource.setInformationSource
(InformationSource value) Sets the value of the informationSource property.void
TriggerRateObservation.setInformationSource
(InformationSource value) Sets the value of the informationSource property.void
FxSpotRateSource.setPrimaryRateSource
(InformationSource value) Sets the value of the primaryRateSource property.void
FxSpotRateSource.setSecondaryRateSource
(InformationSource value) Sets the value of the secondaryRateSource property.