Build a custom portfolio based on the holdings of a stock index. Specify a target investment amount to easily determine the number of shares and total value of each holding. Updates are coming which will allow for adjustments to company weights as well as the ability to add and remove companies.
# | Company | Symbol | Weight | Price | Shares | Value |
---|---|---|---|---|---|---|
{{rank + 1}} | {{component.name}} | {{component.symbol}} | {{component.weight}} | {{formatValue(component.lastPrice)}} | {{formatValue(Number(component.weight) / 100 * context.targetInvestment / Number(component.lastPrice))}} | {{formatValue(component.weight / 100 * context.targetInvestment)}} |
Target Investment Amount: {{ targetInvestmentFormatted }}
Base Portfolio Index
Portfolio Adjustments: