Current Composition
| Symbol | Quantity | Market Price | Market Value | Weight % |
|---|---|---|---|---|
| {{ pos.symbol }} | {{ pos.quantity.toLocaleString() }} | ${{ pos.marketPrice.toFixed(2) }} | ${{ pos.marketValue.toLocaleString() }} | {{ pos.weightPercent.toFixed(1) }}% |
Total Portfolio Value: ${{ totalValue.toLocaleString() }}
Set Target Weights
Rebalance Queued
Job ID:
{{ jobResult.jobId }}
Status:
{{ jobResult.status }}
Estimated Trades:
{{ jobResult.estimatedTradeCount }}
Estimated Cost:
${{ jobResult.estimatedCost.toFixed(2) }}