Package cdm.product.template
Interface AssetPayout
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,PayoutBase,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AssetPayout.AssetPayoutBuilder
- All Known Implementing Classes:
AssetPayout.AssetPayoutBuilderImpl,AssetPayout.AssetPayoutImpl
@RosettaDataType(value="AssetPayout",
builder=AssetPayoutBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AssetPayout",
model="cdm",
builder=AssetPayoutBuilderImpl.class,
version="5.30.0")
public interface AssetPayout
extends PayoutBase, com.rosetta.model.lib.GlobalKey
Security finance payout specification in case the product payout involves some form of security collateral, as in a securities financing transaction. Plus additional description for ICMA.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AssetPayoutstatic classImmutable Implementation of AssetPayoutNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilderNested classes/interfaces inherited from interface cdm.product.common.settlement.PayoutBase
PayoutBase.PayoutBaseBuilder, PayoutBase.PayoutBaseBuilderImpl, PayoutBase.PayoutBaseImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Defines each asset movement as a buy/sell at different dates, typically 1 near leg and 1 far leg in a securities financing transaction.Specifies the terms under which dividends received by the borrower are passed through to the lender.Specifies the Duration Terms of the Security Finance transaction. e.g.com.rosetta.model.metafields.MetaFieldsgetMeta()A contractual minimum amount which the borrower will pay, regardless of the duration of the loan.Specifies the Purchased Security.default Class<? extends AssetPayout> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AssetPayout> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.product.common.settlement.PayoutBase
getPayerReceiver, getPriceQuantity, getPrincipalPayment, getSettlementTermsMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getAssetLeg
Defines each asset movement as a buy/sell at different dates, typically 1 near leg and 1 far leg in a securities financing transaction. -
getSecurityInformation
Product getSecurityInformation()Specifies the Purchased Security. Within SecurityPayout we include a condition which validates that the product must be a Security (see below condition 'ProductMustBeSecurity'). -
getDurationType
Duration getDurationType()Specifies the Duration Terms of the Security Finance transaction. e.g. Open or Term. -
getMinimumFee
Money getMinimumFee()A contractual minimum amount which the borrower will pay, regardless of the duration of the loan. A mechanism for making sure that a trade generates enough income. -
getDividendTerms
DividendTerms getDividendTerms()Specifies the terms under which dividends received by the borrower are passed through to the lender. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
AssetPayout build()Build Methods- Specified by:
buildin interfacePayoutBase- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
AssetPayout.AssetPayoutBuilder toBuilder()- Specified by:
toBuilderin interfacePayoutBase- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacePayoutBase- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacePayoutBase- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacePayoutBase- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-