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 AssetReferenceForwardRateCurve.assetReferenceprotected AssetReferenceInitialMarginCalculation.assetReferenceprotected AssetReferenceTermPoint.definitionprotected AssetReferenceDividendPeriod.underlyerReferenceprotected AssetReferencePassThroughItem.underlyerReferenceprotected AssetReferencePricingStructurePoint.underlyingAssetReferenceMethods in net.finmath.smartcontract.product.xml that return AssetReferenceModifier and TypeMethodDescriptionObjectFactory.createAssetReference()Create an instance ofAssetReferenceForwardRateCurve.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) voidForwardRateCurve.setAssetReference(AssetReference value) Sets the value of the assetReference property.voidInitialMarginCalculation.setAssetReference(AssetReference value) Sets the value of the assetReference property.voidTermPoint.setDefinition(AssetReference value) Sets the value of the definition property.voidDividendPeriod.setUnderlyerReference(AssetReference value) Sets the value of the underlyerReference property.voidPassThroughItem.setUnderlyerReference(AssetReference value) Sets the value of the underlyerReference property.voidPricingStructurePoint.setUnderlyingAssetReference(AssetReference value) Sets the value of the underlyingAssetReference property.