Skip to content

Class: MoneyBound

The money bound is defined as a money amount and whether the bound is inclusive.

URI: common_domain_model:MoneyBound

 classDiagram
    class MoneyBound
    click MoneyBound href "../MoneyBound/"
      MoneyBound : inclusive

      MoneyBound : money





        MoneyBound --> "1" Money : money
        click Money href "../Money/"



Slots

Name Cardinality and Range Description Inheritance
money 1
Money
The money amount to be used as the bound, e direct
inclusive 1
Boolean
Whether the money amount bound is inclusive, e direct

Usages

used by used in type used
MoneyRange lowerBound range MoneyBound
MoneyRange upperBound range MoneyBound

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: MoneyBound
description: The money bound is defined as a money amount and whether the bound is
  inclusive.
in_subset:
- cdm_base_math
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- money
- inclusive
slot_usage:
  inclusive:
    name: inclusive
    description: Whether the money amount bound is inclusive, e.g. for a lower bound,
      false would indicate greater than, whereas true would indicate greater than
      or equal to.

Induced

name: MoneyBound
description: The money bound is defined as a money amount and whether the bound is
  inclusive.
in_subset:
- cdm_base_math
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  inclusive:
    name: inclusive
    description: Whether the money amount bound is inclusive, e.g. for a lower bound,
      false would indicate greater than, whereas true would indicate greater than
      or equal to.
attributes:
  money:
    name: money
    description: The money amount to be used as the bound, e.g. 1,000 USD.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: MoneyBound
    domain_of:
    - MoneyBound
    range: Money
    required: true
  inclusive:
    name: inclusive
    description: Whether the money amount bound is inclusive, e.g. for a lower bound,
      false would indicate greater than, whereas true would indicate greater than
      or equal to.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: MoneyBound
    domain_of:
    - PeriodBound
    - NumberBound
    - MoneyBound
    range: boolean
    required: true