-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructuring quantities and quantity values: Monetary value, Price and Cost #1902
Comments
|
Your first proposal is similar to the one I suggested, a bit simpler. I think it should become clear, that the price is a quality of a good. It refers to an amount of money, but is not the amount of money itself, therefore I don't see it as subclass of amount. |
From oeo-dev 86:
|
I start with implementing monetary value and monetary price. |
We have a couple of subclasses of We should now decide how to deal with this subclasses: are they quantity values or quantities? From the point of view of use cases, I'd rather see them as quantity values. @nelekoehler?
etc. For |
An import/export price refers to both: the good and the process: It is the price of a good participating in a process. |
I agree that those subclasses seem like quantity values and also agree to your suggestion to add the axioms. |
In this case, the axiom should refer to the good:
|
…y-value-and-price monetary value and price #1902
Description of the issue
As discussed in #1875 we need to make some structural changes regarding quantity values and qualities. We noticed that cost and monetary price (incl. subclasses) are actually qualities/quantities and not quantity values as they are now. That’s why we need to move them and add monetary value as a quantity value, we then can connect to cost and price.
To adjust our definitions for cost and price as quantities I looked into the Financial Industry Business Ontology.
Ideas of solution
Quantities/qualities:
Cost
The current definition of cost in the OEO is:
Cost is an economic value that describes the amount of money needed to buy, make, or do a thing
.Definition of cost in FIBO:
amount payable for principal, interest, fees or other expenses.
A new adjusted definition could be:
Cost is a quality that describes an amount of money needed to buy, make, or do a thing
Or
Cost is an amount of the money needed to buy, make, or do a thing
Cost then could be a subclass of amount. (If we implement amount as suggested in #1896 )
Axiom:
has quantity value
somemonetary value
Monetary price (incl. subclasses)
Current definition of monetary price in OEO:
A monetary price is an economic value that describes the amount of money requested, expected, required or given in exchange for something else.
New adjusted definition:
A monetary price is a quality that describes the amount of money requested, expected, required or given in exchange for something else.
Or
Monetary Price is an amount of money requested, expected, required or given in exchange for something else.
(subclass of amount)It should be possible to adopt the definition of the subclasses of monetary price in the OEO.
—> Axiom:
has quantity value
some `monetary valueAdd new Quantity value:
Monetary value
Definition:
A monetary value is a quantity value (or economic value) that states the amount of money specified in monetary units.
Derived from: https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/AmountOfMoney and https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/MonetaryAmount
Axiom:
Quantity value of
somecost/price
The text was updated successfully, but these errors were encountered: