Skip to content

Class: FinancialProduct

A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.

URI: linkml_common:FinancialProduct

classDiagram class FinancialProduct Service <|-- FinancialProduct FinancialProduct <|-- FinancialAccount FinancialProduct : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 0..1
String
A type for a thing Entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:FinancialProduct
native linkml_common:FinancialProduct

LinkML Source

Direct

name: FinancialProduct
description: A product or service offered by a bank whereby one may deposit, withdraw
  or transfer money and in some cases be paid interest.
from_schema: https://w3id.org/linkml/linkml-common
is_a: Service

Induced

name: FinancialProduct
description: A product or service offered by a bank whereby one may deposit, withdraw
  or transfer money and in some cases be paid interest.
from_schema: https://w3id.org/linkml/linkml-common
is_a: Service
attributes:
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: FinancialProduct
    domain_of:
    - Entity
    - NamedThing
    range: string