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 TypeClassDescriptionclassJava class for FxInformationSource complex type.Fields in net.finmath.smartcontract.product.xml declared as InformationSourceModifier and TypeFieldDescriptionprotected InformationSourceObservedPrice.informationSourceprotected InformationSourceObservedRate.informationSourceprotected InformationSourceSettlementRateSource.informationSourceprotected InformationSourceTriggerRateObservation.informationSourceprotected InformationSourceFxSpotRateSource.primaryRateSourceprotected InformationSourceFxSpotRateSource.secondaryRateSourceFields in net.finmath.smartcontract.product.xml with type parameters of type InformationSourceModifier and TypeFieldDescriptionprotected List<InformationSource>BasicQuotation.informationSourceprotected List<InformationSource>FxAccrualBarrier.informationSourceprotected List<InformationSource>FxAccrualTrigger.informationSourceprotected List<InformationSource>FxBarrierFeature.informationSourceprotected List<InformationSource>FxTouch.informationSourceprotected List<InformationSource>FxTrigger.informationSourceprotected List<InformationSource>MultiDimensionalPricingData.informationSourceprotected List<InformationSource>PricingStructurePoint.informationSourceprotected List<InformationSource>Quotation.informationSourceprotected List<InformationSource>QuotationCharacteristics.informationSourceMethods in net.finmath.smartcontract.product.xml that return InformationSourceModifier and TypeMethodDescriptionObjectFactory.createInformationSource()Create an instance ofInformationSourceObservedPrice.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)voidObservedPrice.setInformationSource(InformationSource value)Sets the value of the informationSource property.voidObservedRate.setInformationSource(InformationSource value)Sets the value of the informationSource property.voidSettlementRateSource.setInformationSource(InformationSource value)Sets the value of the informationSource property.voidTriggerRateObservation.setInformationSource(InformationSource value)Sets the value of the informationSource property.voidFxSpotRateSource.setPrimaryRateSource(InformationSource value)Sets the value of the primaryRateSource property.voidFxSpotRateSource.setSecondaryRateSource(InformationSource value)Sets the value of the secondaryRateSource property.