-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinancial.yaml
84 lines (75 loc) · 2.13 KB
/
financial.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
id: https://w3id.org/linkml-common/financial
name: financial
title: linkml-common-financial
description: |-
Common Data Model Elements
license: MIT
see_also:
- https://linkml.github.io/linkml-common
prefixes:
linkml_common: https://w3id.org/linkml-common/
linkml: https://w3id.org/linkml/
biolink: https://w3id.org/biolink/
schema: http://schema.org/
PATO: http://purl.obolibrary.org/obo/PATO_
fhir: http://hl7.org/fhir/
fibo: https://spec.edmcouncil.org/fibo/ontology/FBC
default_prefix: linkml_common
default_range: string
imports:
- linkml:types
- quantities
- social
classes:
MoneyQuantity:
description: >-
A quantity of money
class_uri: fhir:MoneyQuantity
is_a: SimpleQuantity
attributes:
value:
range: float
description: The value of the quantity
unit:
role: currency
range: CurrencyConcept
description: The currency of the quantity
CurrencyConcept:
description: >-
A currency
is_a: Concept
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.
is_a: Service
FinancialAccount:
description: A bank account
is_a: FinancialProduct
attributes:
account_number:
range: string
description: The account number
bank:
range: Organization
description: The bank that holds the account
account_holder:
range: Person
description: The person or organization that holds the account
exact_mappings:
- fibo:ProductsAndServices/ClientsAndAccounts/Account
- schema:BankAccount
FinancialOrganization:
description: An organization that provides financial services
is_a: Organization
exact_mappings:
- schema:FinancialService
annotations:
recommended_value_set_bindings: linkml_common:FinanicialOrganizationEnum
enums:
FinanicialOrganizationEnum:
reachable_from:
source_nodes:
- fibo:FND/Organizations/Organizations/Organization
is_direct: false
relationship_types:
- rdfs:subClassOf