Package cdm.event.position
Interface AvailableInventoryRecord
- All Superinterfaces:
InventoryRecord,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AvailableInventoryRecord.AvailableInventoryRecordBuilder
- All Known Implementing Classes:
AvailableInventoryRecord.AvailableInventoryRecordBuilderImpl,AvailableInventoryRecord.AvailableInventoryRecordImpl
@RosettaDataType(value="AvailableInventoryRecord",
builder=AvailableInventoryRecordBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AvailableInventoryRecord",
model="cdm",
builder=AvailableInventoryRecordBuilderImpl.class,
version="5.30.0")
public interface AvailableInventoryRecord
extends InventoryRecord
An individual piece of available inventory. This represents a single security and its associated criteria. The criteria are used to describe any restrictions on the securities.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AvailableInventoryRecordstatic classImmutable Implementation of AvailableInventoryRecordNested classes/interfaces inherited from interface cdm.event.position.InventoryRecord
InventoryRecord.InventoryRecordBuilder, InventoryRecord.InventoryRecordBuilderImpl, InventoryRecord.InventoryRecordImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The quantity of the security that is availableList<? extends CollateralProvisions> The type of collateral can often be required when determining if the piece of availability being described is suitable for a party.There may be a set period/time restriction associated to the security.An optional element which can be used to hold a rate associated to this piece of availability.An individual security may be held by several agents.default Class<? extends AvailableInventoryRecord> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AvailableInventoryRecord> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.event.position.InventoryRecord
getIdentifer, getSecurityMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getExpirationDateTime
ZonedDateTime getExpirationDateTime()There may be a set period/time restriction associated to the security. -
getCollateral
List<? extends CollateralProvisions> getCollateral()The type of collateral can often be required when determining if the piece of availability being described is suitable for a party. -
getPartyRole
An individual security may be held by several agents. Including the party role at this level allows us to reference the party holding this specific item. -
getAvailableQuantity
Quantity getAvailableQuantity()The quantity of the security that is available -
getInterestRate
Price getInterestRate()An optional element which can be used to hold a rate associated to this piece of availability. -
build
AvailableInventoryRecord build()Build Methods- Specified by:
buildin interfaceInventoryRecord- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceInventoryRecord- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfaceInventoryRecord- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfaceInventoryRecord- 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 interfaceInventoryRecord- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-