From 7eabb00201b7cd98d25e9f432cde55c5f20d3c6c Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Fri, 2 Aug 2024 15:09:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- README.md | 13 +++++++++++++ setup.py | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/README.md b/README.md index e8811d1..b487845 100644 --- a/README.md +++ b/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 diff --git a/setup.py b/setup.py index adae988..9e43d2b 100644 --- a/setup.py +++ b/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