Uses of Class
net.finmath.smartcontract.product.xml.AssetReference
Packages that use AssetReference
-
Uses of AssetReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AssetReferenceModifier and TypeFieldDescriptionprotected AssetReference
ForwardRateCurve.assetReference
protected AssetReference
InitialMarginCalculation.assetReference
protected AssetReference
TermPoint.definition
protected AssetReference
DividendPeriod.underlyerReference
protected AssetReference
PassThroughItem.underlyerReference
protected AssetReference
PricingStructurePoint.underlyingAssetReference
Methods in net.finmath.smartcontract.product.xml that return AssetReferenceModifier and TypeMethodDescriptionObjectFactory.createAssetReference()
Create an instance ofAssetReference
ForwardRateCurve.getAssetReference()
Gets the value of the assetReference property.InitialMarginCalculation.getAssetReference()
Gets the value of the assetReference property.TermPoint.getDefinition()
Gets the value of the definition property.DividendPeriod.getUnderlyerReference()
Gets the value of the underlyerReference property.PassThroughItem.getUnderlyerReference()
Gets the value of the underlyerReference property.PricingStructurePoint.getUnderlyingAssetReference()
Gets the value of the underlyingAssetReference property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type AssetReferenceModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<AssetReference> ObjectFactory.createCollateralValuationAssetReference
(AssetReference value) Methods in net.finmath.smartcontract.product.xml with parameters of type AssetReferenceModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<AssetReference> ObjectFactory.createCollateralValuationAssetReference
(AssetReference value) void
ForwardRateCurve.setAssetReference
(AssetReference value) Sets the value of the assetReference property.void
InitialMarginCalculation.setAssetReference
(AssetReference value) Sets the value of the assetReference property.void
TermPoint.setDefinition
(AssetReference value) Sets the value of the definition property.void
DividendPeriod.setUnderlyerReference
(AssetReference value) Sets the value of the underlyerReference property.void
PassThroughItem.setUnderlyerReference
(AssetReference value) Sets the value of the underlyerReference property.void
PricingStructurePoint.setUnderlyingAssetReference
(AssetReference value) Sets the value of the underlyingAssetReference property.