🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
parent
6a995d6406
commit
7eabb00201
13
README.md
13
README.md
|
@ -6,6 +6,19 @@
|
|||
|
||||
Python library defining base types for financial processing.
|
||||
|
||||
Defines a base `Asset` type, and various subtypes, for universal representation
|
||||
of these assets.
|
||||
|
||||
Defined hierarchy:
|
||||
|
||||
* `Asset`
|
||||
- `Currency`
|
||||
+ `FiatCurrency`
|
||||
+ `CryptoCurrency`
|
||||
- `Stock`
|
||||
- `Index`
|
||||
- `Commodity`
|
||||
|
||||
|
||||
# License
|
||||
|
||||
|
|
13
setup.py
13
setup.py
|
@ -15,6 +15,19 @@ PACKAGE_DESCRIPTION = """
|
|||
|
||||
Python library defining base types for financial processing.
|
||||
|
||||
Defines a base `Asset` type, and various subtypes, for universal representation
|
||||
of these assets.
|
||||
|
||||
Defined hierarchy:
|
||||
|
||||
* `Asset`
|
||||
- `Currency`
|
||||
+ `FiatCurrency`
|
||||
+ `CryptoCurrency`
|
||||
- `Stock`
|
||||
- `Index`
|
||||
- `Commodity`
|
||||
|
||||
|
||||
# License
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user