tarf_monte_carlo 3.17 → 3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/tarf_monte_carlo/tarf_monte_carlo.c +1 -1
- data/lib/tarf_monte_carlo/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63529c3feb06da0ff7629efee32fdcc556e3f5e3a4097c2aee0cd7be486fefc6
|
4
|
+
data.tar.gz: 7f6820db997c5ca7a1625a6ac749c43e4d157bcdd014fb444dfa78e36d353ce4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ff13cfe43ccc9aeb464109f4145c166bf52656af5a7dbc55d988d35616dda050fca0aa1afa7bd2b5497c405efae45fd7573029da5e8a9aacee02fd1bab67c6e
|
7
|
+
data.tar.gz: bdd9417450d94711960a3ad1f66f173e685a07ca633f4cd779ccb2465e7490aa55cd2ee4f47c1cb10c9e70056a911bd78f94794e94efaf663ba62ee552cee1be
|
@@ -98,7 +98,7 @@ VALUE method_run_monte_carlo( VALUE self, VALUE args ) {
|
|
98
98
|
int KType = NUM2INT( rb_hash_aref(MCInputs, rb_str_new2("knockout_type")) );
|
99
99
|
double S = NUM2DBL( rb_hash_aref(MCInputs, rb_str_new2("spot_rate")) );
|
100
100
|
int Ko_compare_mult = NUM2INT( rb_hash_aref(MCInputs, rb_str_new2("multiplier")) );
|
101
|
-
int
|
101
|
+
int ConvertNotional = NUM2INT( rb_hash_aref(MCInputs, rb_str_new2("convert_notional")) );
|
102
102
|
|
103
103
|
// assign leg specific attributes
|
104
104
|
double *pvs_pos = ( double* ) malloc( SCount * sizeof(double) );
|