About {$etfTicker}
{#if showFullText} {description} {:else} {snippet} {/if}
{#if description.length !== 0}
(showFullText = !showFullText)} class="w-full text-md mt-1 cursor-pointer font-medium sm:hover:text-white text-blue-400 sm:hover:underline" > {#if showFullText} [Show less] {:else} [Show more] {/if}
{/if}
Asset Class
{assetClass}
Ticker Symbol
{$etfTicker}
Inception Date
{ipoDate}
Provider
{formatETFName(provider)}
Website
Fund Home Page
{#if topHoldingList?.length !== 0}
Top Holdings
{totalAssetPercentage}% of assets
Company
Portfolio
{#each topHoldingList?.slice(0, 5) as item} {#if item?.asset !== null}
stockSelector(item?.asset)} class="lg:shake-ticker sm:hover:text-white text-blue-400 cursor-pointer lg:hover:bg-[#245073] lg:hover:bg-opacity-[0.2] bg-[#000] lg:bg-[#09090B] border-b border-[#000] lg:border-[#27272A]" >
{item?.asset ?? "-"}
{#if typeof item?.name !== "undefined"} {item?.name?.length > 20 ? formatString(item?.name?.slice(0, 20)) + "..." : formatString(item?.name)} {:else} n/a {/if}
{abbreviateNumber(item?.weightPercentage?.toFixed(2))}%
{/if} {/each}
All Holdings
{/if} {#if dividendHistoryList?.length !== 0}
Dividends
Dividend Yield {dividendYield ?? "0"}%
Ex-Dividend
Payment Date
Amount
{#each dividendHistoryList?.slice(0, 5) as item}
{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)}
{/each}
Full Dividend History
{/if}