mirror of
https://github.com/shawnkim1997/All-in-one-Financial-Analysis.git
synced 2026-08-25 00:18:03 +00:00
feat: deliver multi-asset analytics, OCR exchange selection, and heatmap UX
Add asset-type aware market/overview flows, portfolio OCR reverse-engineering with exchange overrides, and interactive index heatmap features. Update README with recent updates and wire backend/frontend APIs for FX matrix, exchange options, and improved portfolio editing flows. Made-with: Cursor
This commit is contained in:
@@ -75,6 +75,7 @@ class PortfolioPositionCreate(BaseModel):
|
||||
quantity: float
|
||||
avg_price: float
|
||||
currency: str = "USD"
|
||||
exchange: str = ""
|
||||
source: str = "manual"
|
||||
|
||||
|
||||
@@ -182,6 +183,7 @@ class PortfolioPosition(BaseModel):
|
||||
quantity: float
|
||||
avg_price: float
|
||||
currency: str = "USD"
|
||||
exchange: str = ""
|
||||
source: str = "manual"
|
||||
current_price: Optional[float] = None
|
||||
market_value: Optional[float] = None
|
||||
|
||||
Reference in New Issue
Block a user