Update docstring
This commit is contained in:
parent
7c72093893
commit
0a060c3bec
|
@ -1,6 +1,6 @@
|
|||
"""# Financial Depository Fetchers.
|
||||
|
||||
Python library for programmating downloads of asset position information from
|
||||
Python library for programmatic download of asset position information from
|
||||
personal depository accounts.
|
||||
|
||||
This library is a core part of my personal financial applications, as it allows
|
||||
|
@ -9,8 +9,8 @@ me to monitor my investments on financial markets and web3 investments.
|
|||
A lot can be said (mostly negative) about web3, but at least they are serious
|
||||
about API access, which the modern banking system is not great at providing.
|
||||
Even in The European Union, where GDPR is law and OpenBanking is a requirement,
|
||||
it is hugely difficult for people to access and control their own personal
|
||||
financial information.
|
||||
it is hugely difficult for ordinary people to access and control their own
|
||||
personal financial information.
|
||||
|
||||
This is a library; if you want a simple program for downloading the information
|
||||
exposed by one of the supported services, try [my personal-data-fetchers
|
||||
|
@ -42,8 +42,16 @@ implementing this functionality. Exposes the same data as the home page.
|
|||
## Future extension
|
||||
|
||||
- [ ] Investment Bank: Saxo Bank OpenAPI
|
||||
- [ ] Personal Bank: Personal Bank Account (Open Banking) Maybe use AIIA?
|
||||
- [ ] Personal Bank: Personal Bank Account (Open Banking).
|
||||
* Maybe using [Enable Banking](https://enablebanking.com/)? They seem to
|
||||
allow developers to access their own accounts in a sort of half production
|
||||
half demo environment.
|
||||
* [AIIA](https://www.aiia.eu/) is also a possiblity?
|
||||
- [ ] Partisia Blockchain: Implement sharding routing correctly.
|
||||
- [ ] Depository history: Allow users to query both the state of their deposity
|
||||
in the past, and to allow them to query the transactions.
|
||||
* Most backends only support listing the transactions themselves, so the
|
||||
depository history needs to be computed backwards from these.
|
||||
"""
|
||||
|
||||
BACKEND_MODULE_NAMES = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user