Skip to content

Commit

Permalink
Add scaling_type to example yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FrameConsult authored and sschlenkrich committed Jul 14, 2024
1 parent ba9f6e0 commit 16ef47d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/examples/yaml/g3_3factor_real_world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@
- 0.0071
correlation_holder: "{ch/EUR}"
quanto_model: "nothing"
scaling_type:
typename: "DiffFusion.BenchmarkTimesScaling"
constructor: "BenchmarkTimesScaling"
enumeration: 1 # ZeroRateScaling
- typename: "DiffFusion.LognormalAssetModel"
constructor: "lognormal_asset_model"
alias: "md/USD-EUR"
Expand Down Expand Up @@ -274,6 +278,10 @@
- 0.008
correlation_holder: "{ch/EUR}"
quanto_model: "{md/USD-EUR}"
scaling_type:
typename: "DiffFusion.BenchmarkTimesScaling"
constructor: "BenchmarkTimesScaling"
enumeration: 1 # ZeroRateScaling
- typename: "DiffFusion.LognormalAssetModel"
constructor: "lognormal_asset_model"
alias: "md/GBP-EUR"
Expand Down Expand Up @@ -333,6 +341,10 @@
- 0.0077
correlation_holder: "{ch/EUR}"
quanto_model: "{md/GBP-EUR}"
scaling_type:
typename: "DiffFusion.BenchmarkTimesScaling"
constructor: "BenchmarkTimesScaling"
enumeration: 1 # ZeroRateScaling
#
- typename: "DiffFusion.SimpleModel"
constructor: "simple_model"
Expand Down

0 comments on commit 16ef47d

Please sign in to comment.