update hedge fund && add politican to db
This commit is contained in:
parent
8ac1c1ad13
commit
7c59090bdb
File diff suppressed because one or more lines are too long
BIN
src/lib/images/senator/Katie_Britt.png
Normal file
BIN
src/lib/images/senator/Katie_Britt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
src/lib/images/senator/Sharice_Davids.png
Normal file
BIN
src/lib/images/senator/Sharice_Davids.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@ -679,6 +679,8 @@ export function getPartyForPoliticians(name) {
|
||||
"Nicole Malliotakis": "Republican",
|
||||
"Buddy Carter": "Republican",
|
||||
"John Fetterman": "Democratic",
|
||||
"Sharice Davids": "Democratic",
|
||||
|
||||
};
|
||||
|
||||
// Combine first and last name to form the key
|
||||
|
||||
@ -285,10 +285,10 @@ function calculateStats(data) {
|
||||
displayCallVolume = callVolumeSum;
|
||||
displayPutVolume = putVolumeSum;
|
||||
|
||||
mostFrequentTicker = findMostFrequentTicker(rawData);
|
||||
highestVolumeTicker = findHighestVolume(rawData);
|
||||
highestPremiumTicker = findHighestCostBasis(rawData);
|
||||
highestOpenInterestTicker = findHighestOpenInterest(rawData);
|
||||
mostFrequentTicker = findMostFrequentTicker(data);
|
||||
highestVolumeTicker = findHighestVolume(data);
|
||||
highestPremiumTicker = findHighestCostBasis(data);
|
||||
highestOpenInterestTicker = findHighestOpenInterest(data);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user