Package cdm.product.template
Interface SecurityLeg
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
SecurityLeg.SecurityLegBuilder
- All Known Implementing Classes:
SecurityLeg.SecurityLegBuilderImpl,SecurityLeg.SecurityLegImpl
@RosettaDataType(value="SecurityLeg",
builder=SecurityLegBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="SecurityLeg",
model="cdm",
builder=SecurityLegBuilderImpl.class,
version="5.30.0")
public interface SecurityLeg
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
Terms defining a security leg in a securities financing transaction, which can either be the near leg or the far leg and is closely modelled onto the nearLeg and farLeg types in FpML
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of SecurityLegstatic classImmutable Implementation of SecurityLegNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Whether the leg is a buyer or seller of securityDelivery Date for the transaction.Specifies a delivery method for the security transaction.FX rate in case when cash settlement amount is in a different currency to the security.com.rosetta.model.metafields.MetaFieldsgetMeta()Settlement amount for the security legSettlement Currency for use where the Settlement Amount cannot be known in advance.Settlement or Payment Date for the security legdefault Class<? extends SecurityLeg> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SecurityLeg> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getBuyerSeller
BuyerSeller getBuyerSeller()Whether the leg is a buyer or seller of security -
getSettlementDate
AdjustableOrRelativeDate getSettlementDate()Settlement or Payment Date for the security leg -
getSettlementAmount
Money getSettlementAmount()Settlement amount for the security leg -
getSettlementCurrency
String getSettlementCurrency()Settlement Currency for use where the Settlement Amount cannot be known in advance. -
getFxRate
ExchangeRate getFxRate()FX rate in case when cash settlement amount is in a different currency to the security. -
getDeliveryDate
AdjustableOrRelativeDate getDeliveryDate()Delivery Date for the transaction. Delivery Date can be populated when it is not equal to the Settlement Date. -
getDeliveryMethod
DeliveryMethodEnum getDeliveryMethod()Specifies a delivery method for the security transaction. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
SecurityLeg build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
SecurityLeg.SecurityLegBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- 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 interfacecom.rosetta.model.lib.RosettaModelObject
-