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",
|
"Nicole Malliotakis": "Republican",
|
||||||
"Buddy Carter": "Republican",
|
"Buddy Carter": "Republican",
|
||||||
"John Fetterman": "Democratic",
|
"John Fetterman": "Democratic",
|
||||||
|
"Sharice Davids": "Democratic",
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Combine first and last name to form the key
|
// Combine first and last name to form the key
|
||||||
|
|||||||
@ -285,10 +285,10 @@ function calculateStats(data) {
|
|||||||
displayCallVolume = callVolumeSum;
|
displayCallVolume = callVolumeSum;
|
||||||
displayPutVolume = putVolumeSum;
|
displayPutVolume = putVolumeSum;
|
||||||
|
|
||||||
mostFrequentTicker = findMostFrequentTicker(rawData);
|
mostFrequentTicker = findMostFrequentTicker(data);
|
||||||
highestVolumeTicker = findHighestVolume(rawData);
|
highestVolumeTicker = findHighestVolume(data);
|
||||||
highestPremiumTicker = findHighestCostBasis(rawData);
|
highestPremiumTicker = findHighestCostBasis(data);
|
||||||
highestOpenInterestTicker = findHighestOpenInterest(rawData);
|
highestOpenInterestTicker = findHighestOpenInterest(data);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user