Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PresentValueSeries/InitializeData.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@
"outputs": []
}
]
}
}
2 changes: 1 addition & 1 deletion PresentValueSeries/PresentValue - Episode 2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,4 @@
"outputs": []
}
]
}
}
9 changes: 6 additions & 3 deletions ifrs17-template/Export/MapTemplate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@
"\n .GroupofContractConfiguration<GroupOfReinsuranceContract>(typeof(ReinsurancePortfolio))",
"\n .GroupofContractConfiguration<GroupOfInsuranceContract>(typeof(InsurancePortfolio))",
"\n .MainTabConfiguration(partition)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand Down Expand Up @@ -240,7 +241,8 @@
"\n .StateEnumConfiguration() ",
"\n .DataNodeStateConfiguration(dataNodeStates)",
"\n .MainTabConfiguration(partition)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand Down Expand Up @@ -326,7 +328,8 @@
"\n .WithSource(Workspace)",
"\n .DataNodeParameterConfiguration(dataNodeParameters)",
"\n .MainTabConfiguration(partition)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand Down
6 changes: 4 additions & 2 deletions ifrs17-template/Import/CloseImportTemplate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
"await Import.FromFile(pathToFile)",
"\n .WithFormat(format)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand Down Expand Up @@ -169,7 +170,8 @@
"await Import.FromFile(pathToFile)",
"\n .WithFormat(format)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"await Import.FromFile(\"../Files/DataNodes/DataNodes_CH.csv\")",
"\n .WithFormat(ImportFormats.DataNode)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand All @@ -92,7 +93,8 @@
"await Import.FromFile(\"../Files/DataNodes/DataNodeStates_CH_2020_12.csv\")",
"\n .WithFormat(ImportFormats.DataNodeState)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand All @@ -104,7 +106,8 @@
"await Import.FromFile(\"../Files/DataNodes/DataNodeParameters_CH_2020_12.csv\")",
"\n .WithFormat(ImportFormats.DataNodeParameter)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand Down
39 changes: 26 additions & 13 deletions ifrs17-template/Initialization/InitSystemorphRefDataToMemory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
"\n .WithType<Scenario>()",
"\n .WithType<ProjectionConfiguration>()",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand All @@ -130,7 +131,8 @@
"await Import.FromFile(\"../Files/Dimensions.csv\")",
"\n .WithFormat(ImportFormats.AocConfiguration)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand All @@ -142,7 +144,8 @@
"await Import.FromFile(\"../Files/ReportingNodes/ReportingNodes.csv\")",
"\n .WithType<ReportingNode>()",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand All @@ -163,36 +166,43 @@
"var log = await Import.FromFile(\"../Files/Parameters/YieldCurve_2019_12.csv\")",
"\n .WithFormat(ImportFormats.YieldCurve)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader);",
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync();",
"\nlog.Merge(await Import.FromFile(\"../Files/Parameters/YieldCurve_2020_1.csv\")",
"\n .WithFormat(ImportFormats.YieldCurve)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)",
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()",
"\n );",
"\nlog.Merge(await Import.FromFile(\"../Files/Parameters/YieldCurve_2020_3.csv\")",
"\n .WithFormat(ImportFormats.YieldCurve)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)",
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()",
"\n );",
"\nlog.Merge(await Import.FromFile(\"../Files/Parameters/YieldCurve_2020_12.csv\")",
"\n .WithFormat(ImportFormats.YieldCurve)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)",
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()",
"\n );",
"\nlog.Merge(await Import.FromFile(\"../Files/Parameters/YieldCurve_2021_3.csv\")",
"\n .WithFormat(ImportFormats.YieldCurve)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)",
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()",
"\n );",
"\nlog.Merge(await Import.FromFile(\"../Files/Parameters/YieldCurve_2021_6.csv\")",
"\n .WithFormat(ImportFormats.YieldCurve)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)",
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()",
"\n );",
"\nlog.Merge(await Import.FromFile(\"../Files/Parameters/YieldCurve_2021_12.csv\")",
"\n .WithFormat(ImportFormats.YieldCurve)",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader));",
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync());",
"\nlog"
],
"metadata": {},
Expand All @@ -205,7 +215,8 @@
"await Import.FromFile(\"../Files/Parameters/ExchangeRate.csv\")",
"\n .WithType<ExchangeRate>()",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand All @@ -217,7 +228,8 @@
"await Import.FromFile(\"../Files/Parameters/PartnerRating.csv\")",
"\n .WithType<PartnerRating>()",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand All @@ -229,7 +241,8 @@
"await Import.FromFile(\"../Files/Parameters/CreditDefaultRate.csv\")",
"\n .WithType<CreditDefaultRate>()",
"\n .WithTarget(DataSource)",
"\n .ExecuteWithStoreActivityAsync(Session, DataSource, DataSetReader)"
"\n .WithActivityLog(Session, DataSource, DataSetReader)",
"\n .ExecuteAsync()"
],
"metadata": {},
"execution_count": 0,
Expand Down
Loading