Optionaldescription
description?: string | null
is_default
is_default: boolean
is_active
is_active: boolean
Optionalinitial_capital
initial_capital?: number | null
Optionaltarget_allocation
target_allocation?: Record<string, number> | null
Optionalrisk_level
risk_level?: number | null
Optionalmax_position_size_pct
max_position_size_pct?: number | null
Optionalmax_drawdown_tolerance_pct
max_drawdown_tolerance_pct?: number | null
Optionalquestdb_portfolio_id
questdb_portfolio_id?: string | null
Optionalexternal_provider
external_provider?: string | null
Optionaldata_source
data_source?: string | null
Optionalsync_enabled
sync_enabled?: boolean | null
Optionalsync_frequency
sync_frequency?:
| "daily"
| "weekly"
| "manual"
| "realtime"
| "minute"
| "hourly"
| null
Optionalsync_status
sync_status?: "failed" | "success" | "pending" | "syncing" | null
Optionallast_sync_at
last_sync_at?: string | null
Optionalnext_sync_at
next_sync_at?: string | null
Optionalsync_error
sync_error?: string | null
created_at
created_at: string
updated_at
updated_at: string