finance
finance copied to clipboard
프로그래머가 투자하는 법
## Features - (TODO: Could we extract date information?) ## Data Samples ``` Barratt Developments PLC 2138006R85VEOF5YNK29 Barratt Developments PLC 000000000 411096.00000000 NS 2521134.60000000 0.043690731491 Long EC CORP GB N...
Currently defined as: ``` -- auto-generated definition create unique index asset_value_asset_id_evaluated_at_granularity_key on asset_value (asset_id, evaluated_at, granularity); ``` We're going to need `source` as the fourth element in the unique key...
We could use a prefix for environment variables in use. Perhaps `SBF_` or something like that.
- [VIX](https://finance.yahoo.com/quote/%5EVIX/) - [S&P500](https://finance.yahoo.com/quote/^GSPC) - https://fred.stlouisfed.org/graph/?g=74l2 - https://fred.stlouisfed.org/graph/?g=jbgp - [TED Spread](https://en.wikipedia.org/wiki/TED_spread)
## Outline We are currently using a `numeric(20, 4)` type to store monetary values, but `numeric(10, 4)` should be enough. We would like to see such a change will decrease...
Instead of directly using `datetime.utcnow()`. In that way, if we ever decide to use a different data type (e.g., `float` or `int`), our job becomes a bit easier.