Value
Since v0.6.8Inheritance
graph BT
Value(Value)
Asset(Asset)
click Asset "/explorer/schemata/Asset"
ContractAward(ContractAward)
click ContractAward "/explorer/schemata/ContractAward"
CryptoWallet(CryptoWallet)
click CryptoWallet "/explorer/schemata/CryptoWallet"
Debt(Debt)
click Debt "/explorer/schemata/Debt"
Payment(Payment)
click Payment "/explorer/schemata/Payment"
Project(Project)
click Project "/explorer/schemata/Project"
class Value node-primary
Asset-->Value
ContractAward-->Value
CryptoWallet-->Value
Debt-->Value
Payment-->Value
Project-->Value
Semantics
FollowTheMoney has well-defined semantics for different representations of entities, for example in a network graph or in a timeline.
- In a network graph, entities should be represented as a vertex.
- Value entities have no temporal extent, i.e. they are not suitable for representation in a timeline.