Skip to content

Class: InventoryRecord

An individual piece of inventory. This represents a single security.

URI: common_domain_model:InventoryRecord

 classDiagram
    class InventoryRecord
    click InventoryRecord href "../InventoryRecord/"
      InventoryRecord <|-- AvailableInventoryRecord
        click AvailableInventoryRecord href "../AvailableInventoryRecord/"

      InventoryRecord : identifer





        InventoryRecord --> "1" AssignedIdentifier : identifer
        click AssignedIdentifier href "../AssignedIdentifier/"



      InventoryRecord : security





        InventoryRecord --> "1" Security : security
        click Security href "../Security/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
identifer 1
AssignedIdentifier
Unique identifier for this record direct
security 1
Security
The security details direct

Usages

used by used in type used
Inventory inventoryRecord range InventoryRecord

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:InventoryRecord
native common_domain_model:InventoryRecord

LinkML Source

Direct

name: InventoryRecord
description: An individual piece of inventory. This represents a single security.
in_subset:
- cdm_event_position
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- identifer
- security

Induced

name: InventoryRecord
description: An individual piece of inventory. This represents a single security.
in_subset:
- cdm_event_position
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  identifer:
    name: identifer
    description: Unique identifier for this record. This can be used to uniquely identify
      a specific piece of inventory.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: InventoryRecord
    domain_of:
    - InventoryRecord
    - AvailableInventory
    - MasterAgreementClause
    range: AssignedIdentifier
    required: true
  security:
    name: security
    description: The security details.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: InventoryRecord
    domain_of:
    - InventoryRecord
    - ReferenceObligation
    range: Security
    required: true