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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfddf29d3a8c0d3029234c9acba98d0579c2cd035395594b730b74dadd9353ff
4
- data.tar.gz: ee157914ed8faedc35096514802b25bd89eebdb6485300ad9e6762563ee65a1f
3
+ metadata.gz: 63529c3feb06da0ff7629efee32fdcc556e3f5e3a4097c2aee0cd7be486fefc6
4
+ data.tar.gz: 7f6820db997c5ca7a1625a6ac749c43e4d157bcdd014fb444dfa78e36d353ce4
5
5
  SHA512:
6
- metadata.gz: f1645aef91181a04b99a91bf8ae9bfb983b82b0cfd27b2932914042481642ca1f77a096f65def64ab94f71f7c6876a5d89fc03f8125a9115e952c3058125f62a
7
- data.tar.gz: 341783f3006b2c2d81181b3a1f7ca15c70550233e28991da9561f85dd60716a9190f6f126d6b2cf811841f15e2992f78b9c26d72383255c0b2a2c39c8bfcc066
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 convertNotional = NUM2INT( rb_hash_aref(MCInputs, rb_str_new2("convert_notional")) );
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) );
@@ -3,5 +3,5 @@
3
3
  # gem yank tarf_monte_carlo -v 2.3
4
4
 
5
5
  module TarfMonteCarlo
6
- VERSION = "3.17"
6
+ VERSION = "3.18"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tarf_monte_carlo
3
3
  version: !ruby/object:Gem::Version
4
- version: '3.17'
4
+ version: '3.18'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vivek Routh