-
-
- {/if}
-
-
- Trade Amount by Year
-
-
-
-
-
-
-
-
-
-
-
-
-
- Bought
-
-
-
-
-
-
- Sold
-
-
-
-
-
-
-
-
- {#if rawData?.length !== 0}
-
-
- {numOfAssets} Assets
-
-
-
-
-
-
+
+
+
+
+
+ {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Which stocks is {name} trading? · stocknear
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
\ No newline at end of file
+ .other-striped {
+ background-image: repeating-linear-gradient(
+ -45deg,
+ #A4A6A8,
+ #A4A6A8 10px,
+ #C0C3C5 10px,
+ #C0C3C5 20px
+ );
+ }
+
\ No newline at end of file
| - Name - | -- Transaction - | -- Traded - | -- Filed - | -
|---|---|---|---|
|
-
-
-
-
-
-
-
- {item?.ticker?.replace('_',' ')}
- {item?.name?.length > 20 ? item?.name?.slice(0,20)+'...' : item?.name}
-
- |
-
-
-
-
- {#if item?.type === 'Bought'}
- Purchase
- {:else if item?.type === 'Sold'}
- Sale
- {:else if item?.type === 'Exchange'}
- Exchange
- {/if}
-
-
- {item?.amount}
-
-
- |
+
- - {new Date(item?.transactionDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })} - | - -- {new Date(item?.disclosureDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })} - | -
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {#if isLoaded && Object?.keys(optionsData)?.length !== 0}
+
+
+
+
+
+
+
+ Trade Amount by Year
+
+
+
+
+
+
+
+ {/if}
+
+
+
+
+ Bought
+
+
+
+
+
+
+ Sold
+
+
+
-
-
-
-
+
+
+
+
+
-
-
+
+
+ {#if rawData?.length !== 0}
+
-
+
{numOfAssets} Assets
-
-
-
+
+
+ {:else}
+
-
-
-
-
-
- {/if}
-
-
-
+ | - Name - | -- Transaction - | -- Traded - | -- Filed - | -||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
-
-
-
-
- {item?.ticker?.replace('_',' ')}
- {item?.name?.length > 15 ? item?.name?.slice(0,15)+'...' : item?.name}
+
+
-
-
-
-
-
-
- No Trading activity found
-
+ |
+
+
+ {numOfAssets} Assets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | + Name + | ++ Transaction + | ++ Traded + | ++ Filed + | +
|---|---|---|---|
|
+
+
+
+
+ {item?.ticker?.replace('_',' ')}
+ {item?.name?.length > 15 ? item?.name?.slice(0,15)+'...' : item?.name}
+
+ |
+
+
+
+
+ {#if item?.type === 'Bought'}
+ Purchase
+ {:else if item?.type === 'Sold'}
+ Sale
+ {:else if item?.type === 'Exchange'}
+ Exchange
+ {/if}
+
+
+ {item?.amount}
+
+
+ |
+
+ + {new Date(item?.transactionDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })} + | + ++ {new Date(item?.disclosureDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })} + | + + + +
+
+ {/if}
+
+
+
+
+
+
+
+ No Trading activity found
+
+
-