ucfinancegroup / pfp

a personal finance app, focused on projections, written in Rust and React
4 stars 0 forks source link

Standardised asset classes #201

Closed c650 closed 3 years ago

c650 commented 3 years ago

Additionally, exposes GET /asset_classes route to get list of asset classes and suggested apy's

Fixes #186

c650 commented 3 years ago

to send a custom asset class back:

{
  typ: "Custom",
  content: "AAPL",
}
brettfazio commented 3 years ago

I dont know about having derivative. because if we try to simulate derivative price variations during an event depending on whether they have calls or puts it could be totally wrong.

I think everything should be a long asset, no short assets.

c650 commented 3 years ago

I dont know about having derivative. because if we try to simulate derivative price variations during an event depending on whether they have calls or puts it could be totally wrong. I think everything should be a long asset, no short assets.

yeah i agree; this pr is separate from actually getting the assets from plaid; there we can ignore the assets that are in derivatives

c650 commented 3 years ago

can this go in? @wanchichen