About {$etfTicker}

{description}

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

Top Holdings {totalAssetPercentage}% of assets

{#each topHoldingList?.slice(0, 5) as item} {#if item?.symbol !== null} stockSelector(item?.symbol)} class="lg:shake-ticker sm:hover:text-white text-blue-400 cursor-pointer lg:hover:bg-[#245073] lg:hover:bg-opacity-[0.2] [#09090B] border-b border-[#27272A]" > {/if} {/each}
Company Portfolio
{item?.symbol ?? "-"} {#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))}%
All Holdings
{/if} {#if dividendHistoryList?.length !== 0}

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

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