-
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
cost subclasses have to be rescructured according to #1875 #1914
Comments
I took a look at these classes. If I am not doing this wrong - which is possible - then none of them have unique axioms associated with them except social cost (and one of those is marked as obsolete). From the reading I did I feel like those would be While these classes don't seem to fit |
I agree. Maybe we can find some meaningful axioms anyway.
|
Looking at: #958 I understand that the reason social cost of emission is there is because of carbon certificates. And to my understanding in this context the value is attached to the act of emitting and not to the emission itself, thus is not tighly coupled to the emission quantity. This is important because often in this context we speak of things like CO2 equivalents and the actual emission may have happened already in the past or it may happen in the future so I would be careful of attaching the So my suggestion is to completely remove the axiom relating the social cost of emission from the actual emission, so neither Even if you look into wikipedia they classify the social cost of carbon as a |
I see. Would you suggest to remove the axioms completely, or add othes instead? E.g. to a newly created accounting process of emissions? @areleu |
For the tasks module it may be interesting to add |
I agree with the assessment of the classes above, but I don't think anyone has discussed If my understanding of the term is correct, I wouldn't classify it as a process attribute. We could maybe model it as a process attribute that is dependent on the "lifespan" of a system? |
The removal of the As for |
Ok, I see that the def suggests the relation to system directly, though being the sum of different kinds of costs (e.g. fix costs, devilery costs, ...). However, can you give an example for costs of a system that is not related to a process? |
I think that definition would definitely make it easier to see system cost as definitely related to a process. |
I also like the new definition. I think that it probably caputeres the idea better than what I was thinking of. I imagined that e.g. a computer would fulfill the definition of a system and while most of it's costs, like delivery, are definitively related to processes, the materials have value by themselves. The value of the materials are of course also related to labour that was needed to harvest them/deliver them/..., but they also have a cost factor that is related to e.g. their rarity or desirability. But I assume this isn't very relevant to the OEO anyway, so I think your proposed change of definition gets rid of this problem much more nicely. |
We the idea is to distinguish between |
I see, that makes sense. |
Description of the issue
We decided to make cost a process attribute, see oeo-dev 86 and #1902
Cost is a process attribute that describes the amount of money needed to buy, make, or do a thing.
Now we have to restructure its subclasses:
Ideas of solution
If you already have ideas for the solution describe them here
Workflow checklist
I am aware that
The text was updated successfully, but these errors were encountered: