Asset Class - {assetClass}

ETF Info

Name {$displayCompanyName?.length > 30 ? $displayCompanyName?.slice(0,30) + '...' : $displayCompanyName} Ticker {$etfTicker}
Provider goto(`/etf/etf-providers/${provider}`)} class="text-blue-400 lg:border-b lg:border-[#27272A] lg:hover:text-white cursor-pointer bg-[#000] lg:bg-[#09090B]">{formatETFName(provider)} Country {country?.length !== 0 ? country : '-'}
Value {abbreviateNumber(aum,true)} Volume {abbreviateNumber(avgVolume)}
Holdings {holdingsCount} Assets Inception {inceptionDate}

Description

{#if showFullText}

{description}
{:else if $screenWidth <= 800} {description} {:else} {snippet} {/if}

{#if description.length !== 0 }
{/if}