-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow missing EQ or CB results (#56)
* Increment version number to 0.0.0.9010 * add more logging * add bonds-only portfolio ISIN from https://www.shell.com/investors/debt-information/outstanding-bonds.html * add equity-only portfolio ISIN from https://www.shell.com/investors/information-for-shareholders/share-information.html * Add testing configs to CI tests * Check for file existence before reading
- Loading branch information
1 parent
df295d0
commit 940f429
Showing
7 changed files
with
63 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"holdingsDate": "2023Q4", | ||
"pactaDataURL": "https://pactadatadev.blob.core.windows.net/pacta-data-webapp/2023Q4/2023Q4_20240424T120055Z", | ||
"benchmarksURL": "https://pactadatadev.blob.core.windows.net/benchmarks-webapp/2023Q4/2023Q4_20240529T002355Z", | ||
"parameters": { | ||
"portfolio": { | ||
"holdingsDate": "2023-12-31", | ||
"files": [ | ||
"bonds_portfolio.csv" | ||
], | ||
"name": "Default Portfolio" | ||
}, | ||
"inherit": "GENERAL_2023Q4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"holdingsDate": "2023Q4", | ||
"pactaDataURL": "https://pactadatadev.blob.core.windows.net/pacta-data-webapp/2023Q4/2023Q4_20240424T120055Z", | ||
"benchmarksURL": "https://pactadatadev.blob.core.windows.net/benchmarks-webapp/2023Q4/2023Q4_20240529T002355Z", | ||
"parameters": { | ||
"portfolio": { | ||
"holdingsDate": "2023-12-31", | ||
"files": [ | ||
"equity_portfolio.csv" | ||
], | ||
"name": "Default Portfolio" | ||
}, | ||
"inherit": "GENERAL_2023Q4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
isin,market_value,currency | ||
US822582AD40,1000000,USD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
isin,market_value,currency | ||
GB00BP6MXD84,1000000,USD |