You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Design and implement the portfolio data model including tables for portfolios, holdings, transactions, performance metrics, and allocation tracking. Ensure schema supports multi-chain assets and complex structures.
Acceptance Criteria:
Portfolio table with metadata (name, type, description, created_at, updated_at)
Holdings table with asset information (symbol, chain, quantity, cost_basis, current_value)
Transaction history table (type, date, amount, price, fees, chain)
Description:
Design and implement the portfolio data model including tables for portfolios, holdings, transactions, performance metrics, and allocation tracking. Ensure schema supports multi-chain assets and complex structures.
Acceptance Criteria:
Definition of Done:
Test Requirements: