Uses of Class
net.finmath.smartcontract.product.xml.Asset
Packages that use Asset
-
Uses of Asset in net.finmath.smartcontract.product.xml
Subclasses of Asset in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclassA type describing the underlyer features of a basket swap.classAn exchange traded bond.classJava class for Cash complex type.classA type describing a commodity underlying asset.classJava class for ConvertibleBond complex type.classA syndicated bank loan deal (credit agreement) definition.classA unique reference to a syndicated bank loan deal (credit agreement).classA short form of a deal.classA facility which can be drawn at any point during a pre-defined period after the initial deal closing date,classJava class for Deposit complex type.classAn exchange traded equity asset.classAn abstract base class for all exchange traded financial products.classAbstract base class for all exchange traded financial products with a price which is calculated from exchange traded constituents.classAn exchange traded derivative contract.classAn exchange traded fund whose price depends on exchange traded constituents.classAn exchange traded option.classAn abstract type defining a facility baseline structure.classA unique identifier to a facility.classA short form of a facility.classAn exchange traded future contract.classJava class for FxRateAsset complex type.classA generic type describing an identified asset.classA published index whose price depends on exchange traded constituents.classA facility designed to issue letter of credit products.classA type describing a loan underlying asset.classA type describing a mortgage asset.classJava class for MutualFund complex type.classJava class for RateIndex complex type.classA facility which allows a flexible line of credit which can be drawn and repaid multiple times over the life of the facility.classJava class for SimpleCreditDefaultSwap complex type.classJava class for SimpleFra complex type.classJava class for SimpleIRSwap complex type.classA facility which is fully funded (utilized) at deal closing.classAbstract base class for all underlying assets.Fields in net.finmath.smartcontract.product.xml with type parameters of type AssetModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends Asset>BasketConstituent.underlyingAssetprotected jakarta.xml.bind.JAXBElement<? extends Asset>InstrumentTradeDetails.underlyingAssetprotected jakarta.xml.bind.JAXBElement<? extends Asset>PricingStructurePoint.underlyingAssetprotected jakarta.xml.bind.JAXBElement<? extends Asset>SingleUnderlyer.underlyingAssetprotected jakarta.xml.bind.JAXBElement<? extends Asset>TradeUnderlyer2.underlyingAssetInstrumentSet.underlyingAssetOrCurveInstrumentMethods in net.finmath.smartcontract.product.xml that return types with arguments of type AssetModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Asset>ObjectFactory.createCurveInstrument(Asset value)jakarta.xml.bind.JAXBElement<Asset>ObjectFactory.createUnderlyingAsset(Asset value)jakarta.xml.bind.JAXBElement<? extends Asset>BasketConstituent.getUnderlyingAsset()Gets the value of the underlyingAsset property.jakarta.xml.bind.JAXBElement<? extends Asset>InstrumentTradeDetails.getUnderlyingAsset()The FpML asset description for the asset.jakarta.xml.bind.JAXBElement<? extends Asset>PricingStructurePoint.getUnderlyingAsset()An underlying asset that defines the meaning of the value, i.e.jakarta.xml.bind.JAXBElement<? extends Asset>SingleUnderlyer.getUnderlyingAsset()Gets the value of the underlyingAsset property.jakarta.xml.bind.JAXBElement<? extends Asset>TradeUnderlyer2.getUnderlyingAsset()Define the underlying asset, either a listed security or other instrument.InstrumentSet.getUnderlyingAssetOrCurveInstrument()Gets the value of the underlyingAssetOrCurveInstrument property.Methods in net.finmath.smartcontract.product.xml with parameters of type AssetModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Asset>ObjectFactory.createCurveInstrument(Asset value)jakarta.xml.bind.JAXBElement<Asset>ObjectFactory.createUnderlyingAsset(Asset value)Method parameters in net.finmath.smartcontract.product.xml with type arguments of type AssetModifier and TypeMethodDescriptionvoidBasketConstituent.setUnderlyingAsset(jakarta.xml.bind.JAXBElement<? extends Asset> value)Sets the value of the underlyingAsset property.voidInstrumentTradeDetails.setUnderlyingAsset(jakarta.xml.bind.JAXBElement<? extends Asset> value)Sets the value of the underlyingAsset property.voidPricingStructurePoint.setUnderlyingAsset(jakarta.xml.bind.JAXBElement<? extends Asset> value)Sets the value of the underlyingAsset property.voidSingleUnderlyer.setUnderlyingAsset(jakarta.xml.bind.JAXBElement<? extends Asset> value)Sets the value of the underlyingAsset property.voidTradeUnderlyer2.setUnderlyingAsset(jakarta.xml.bind.JAXBElement<? extends Asset> value)Sets the value of the underlyingAsset property.