Skip to content

Class: TransferableProduct

A TransferableProduct is a type of financial product which can be held or transferred, represented as an Asset with the addition of specific EconomicTerms.

URI: common_domain_model:TransferableProduct

 classDiagram
    class TransferableProduct
    click TransferableProduct href "../TransferableProduct/"
      Asset <|-- TransferableProduct
        click Asset href "../Asset/"

      TransferableProduct : economicTerms





        TransferableProduct --> "1" EconomicTerms : economicTerms
        click EconomicTerms href "../EconomicTerms/"



Inheritance

  • Asset
    • TransferableProduct

Slots

Name Cardinality and Range Description Inheritance
economicTerms 1
EconomicTerms
The price forming features, including payouts and provisions direct

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: TransferableProduct
description: A TransferableProduct is a type of financial product which can be held
  or transferred, represented as an Asset with the addition of specific EconomicTerms.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: Asset
slots:
- economicTerms

Induced

name: TransferableProduct
description: A TransferableProduct is a type of financial product which can be held
  or transferred, represented as an Asset with the addition of specific EconomicTerms.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: Asset
attributes:
  economicTerms:
    name: economicTerms
    description: The price forming features, including payouts and provisions.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: TransferableProduct
    domain_of:
    - TransferableProduct
    - NonTransferableProduct
    range: EconomicTerms
    required: true