About {$etfTicker}

{description}

Asset Class {assetClass}
Ticker Symbol {$etfTicker}
Inception Date {ipoDate}
Website Fund Home Page
{#if topSectorList?.length !== 0}

Top Sectors

{#each topSectorList as item} {#if item?.weightPercentage > 0} {/if} {/each}
Sector Weight %
listItem?.title === item?.sector, )?.link} class="sm:hover:underline sm:hover:underline-offset-4 truncate" > {item?.sector} {abbreviateNumber(item?.weightPercentage?.toFixed(2))}%
All Sectors
{/if} {#if topHoldingList?.length !== 0}

Top 10 Holdings {totalAssetPercentage}% of assets

{#each topHoldingList?.slice(0, 10) as item} {#if item?.symbol !== null} {/if} {/each}
Name Symbol Weight
{#if typeof item?.name !== "undefined"} {item?.name?.length > 20 ? formatString(item?.name?.slice(0, 20)) + "..." : formatString(item?.name)?.replace("Usd", "USD")} {:else} n/a {/if} {abbreviateNumber(item?.weightPercentage?.toFixed(2))}%
View More Holdings
{/if} {#if dividendHistoryList?.length !== 0}

Dividends Dividend Yield {dividendYield ?? "0"}%

{#each dividendHistoryList?.slice(0, 5) as item} {/each}
Ex-Dividend Amount Payment Date
{new Date(item?.date)?.toLocaleString("en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", })} ${item?.adjDividend?.toFixed(4)} {item?.paymentDate?.length !== 0 ? new Date(item?.paymentDate)?.toLocaleString("en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", }) : "n/a"}
Full Dividend History
{/if}