All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.82.source-code.event-position-enum.rosetta Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
namespace cdm.event.position : <"Position concepts: portfolio and portfolio aggregation.">
version "${project.version}"

enum PositionStatusEnum: <"Enumeration to describe the different (risk) states of a Position, whether executed, settled, matured...etc">
    Executed <"The position has been executed, which is the point at which risk has been transferred.">
    Formed <"Contract has been formed, in case position is on a contractual product.">
    Settled <"The position has settled, in case product is subject to settlement after execution, such as securities.">
    Cancelled <"The position has been cancelled, in case of a cancellation event following an execution.">
    Closed <"The position has been closed, in case of a termination event.">

enum AvailableInventoryTypeEnum: <"Enumeration to describe the type of AvailableInventory">
    AvailableToLend <"Where a lender is broadcasting the securities that they have available to lend">
    RequestToBorrow <"Where a party is asking a lender if they have specific securities available for them to borrow">




© 2015 - 2025 Weber Informatics LLC | Privacy Policy