hydrogen-proton-api 1.9.1
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 +7 -0
- data/Gemfile +7 -0
- data/README.md +82 -0
- data/Rakefile +8 -0
- data/git_push.sh +55 -0
- data/lib/proton_api.rb +141 -0
- data/lib/proton_api/api/annuities_api.rb +347 -0
- data/lib/proton_api/api/business_financial_management_api.rb +293 -0
- data/lib/proton_api/api/cards_api.rb +185 -0
- data/lib/proton_api/api/financial_health_api.rb +239 -0
- data/lib/proton_api/api/financial_planning_api.rb +671 -0
- data/lib/proton_api/api/goals_api.rb +347 -0
- data/lib/proton_api/api/life_insurance_api.rb +77 -0
- data/lib/proton_api/api/personal_financial_management_api.rb +347 -0
- data/lib/proton_api/api/portfolio_construction_api.rb +77 -0
- data/lib/proton_api/api/portfolio_management_api.rb +77 -0
- data/lib/proton_api/api/risk_scoring_api.rb +185 -0
- data/lib/proton_api/api/simulations_api.rb +401 -0
- data/lib/proton_api/api/util_api.rb +185 -0
- data/lib/proton_api/api_client.rb +391 -0
- data/lib/proton_api/api_error.rb +38 -0
- data/lib/proton_api/auth_configuration.rb +181 -0
- data/lib/proton_api/configuration.rb +209 -0
- data/lib/proton_api/environment.rb +36 -0
- data/lib/proton_api/models/accumulation_goal_deposit_config.rb +338 -0
- data/lib/proton_api/models/annuity_calculator_accumulation_horizon_request.rb +459 -0
- data/lib/proton_api/models/annuity_calculator_annuity_amount_request.rb +461 -0
- data/lib/proton_api/models/annuity_calculator_decumulation_horizon_request.rb +459 -0
- data/lib/proton_api/models/annuity_calculator_deposit_amount_request.rb +468 -0
- data/lib/proton_api/models/annuity_calculator_initial_balance_request.rb +468 -0
- data/lib/proton_api/models/annuity_deposit_schedule.rb +254 -0
- data/lib/proton_api/models/answer.rb +186 -0
- data/lib/proton_api/models/backtest_request.rb +295 -0
- data/lib/proton_api/models/beneficiary_bequest_config.rb +257 -0
- data/lib/proton_api/models/budget_aggregation_account.rb +186 -0
- data/lib/proton_api/models/budget_calculator_request.rb +334 -0
- data/lib/proton_api/models/budget_component.rb +228 -0
- data/lib/proton_api/models/budget_details.rb +337 -0
- data/lib/proton_api/models/business_financial_health_check_request.rb +484 -0
- data/lib/proton_api/models/business_invoice_analysis_request.rb +361 -0
- data/lib/proton_api/models/calculator_deposit_schedule.rb +228 -0
- data/lib/proton_api/models/calculator_deposit_schedule1.rb +254 -0
- data/lib/proton_api/models/card_analysis_request.rb +372 -0
- data/lib/proton_api/models/card_limit_check_request.rb +231 -0
- data/lib/proton_api/models/card_transaction_authorization_request.rb +422 -0
- data/lib/proton_api/models/cash_analysis_request.rb +340 -0
- data/lib/proton_api/models/cash_flow_analysis_request.rb +366 -0
- data/lib/proton_api/models/children_education_config.rb +221 -0
- data/lib/proton_api/models/customer_analysis_request.rb +292 -0
- data/lib/proton_api/models/decision_tree_result_request.rb +236 -0
- data/lib/proton_api/models/decumulation_goal_deposit_config.rb +335 -0
- data/lib/proton_api/models/dimensional_risk_score_request.rb +282 -0
- data/lib/proton_api/models/diversification_score_request.rb +324 -0
- data/lib/proton_api/models/education_calculator_annual_cost_request.rb +450 -0
- data/lib/proton_api/models/education_calculator_deposit_amount_request.rb +483 -0
- data/lib/proton_api/models/education_calculator_percent_covered_request.rb +448 -0
- data/lib/proton_api/models/education_config.rb +271 -0
- data/lib/proton_api/models/emergency_fund_calculator_request.rb +561 -0
- data/lib/proton_api/models/event_study_request.rb +317 -0
- data/lib/proton_api/models/fee_analysis_request.rb +239 -0
- data/lib/proton_api/models/financial_health_check_request.rb +384 -0
- data/lib/proton_api/models/financial_picture_request.rb +270 -0
- data/lib/proton_api/models/financial_statement_analysis_request.rb +461 -0
- data/lib/proton_api/models/goal_accumulation_allocation_request.rb +729 -0
- data/lib/proton_api/models/goal_accumulation_recommendation_request.rb +622 -0
- data/lib/proton_api/models/goal_accumulation_status_request.rb +622 -0
- data/lib/proton_api/models/goal_config.rb +222 -0
- data/lib/proton_api/models/goal_decumulation_allocation_request.rb +764 -0
- data/lib/proton_api/models/goal_decumulation_recommendation_request.rb +657 -0
- data/lib/proton_api/models/goal_decumulation_status_request.rb +657 -0
- data/lib/proton_api/models/goal_withdrawal_config.rb +335 -0
- data/lib/proton_api/models/guaranteed_rate_benefit.rb +272 -0
- data/lib/proton_api/models/income_config.rb +266 -0
- data/lib/proton_api/models/life_insurance_needs_calculator_request.rb +515 -0
- data/lib/proton_api/models/location.rb +183 -0
- data/lib/proton_api/models/monte_carlo_request.rb +504 -0
- data/lib/proton_api/models/mortgage_calculator_down_payment_request.rb +299 -0
- data/lib/proton_api/models/mortgage_calculator_home_price_request.rb +299 -0
- data/lib/proton_api/models/mortgage_calculator_periodic_payment_request.rb +299 -0
- data/lib/proton_api/models/mvo_request.rb +366 -0
- data/lib/proton_api/models/opt_config.rb +300 -0
- data/lib/proton_api/models/opt_config1.rb +260 -0
- data/lib/proton_api/models/order_rebalance_request.rb +398 -0
- data/lib/proton_api/models/performance_calculator_request.rb +687 -0
- data/lib/proton_api/models/periods.rb +220 -0
- data/lib/proton_api/models/portfolio_optimization_score_request.rb +356 -0
- data/lib/proton_api/models/portfolio_what_if_request.rb +351 -0
- data/lib/proton_api/models/purchase_calculator_amount_request.rb +401 -0
- data/lib/proton_api/models/purchase_calculator_deposit_amount_request.rb +434 -0
- data/lib/proton_api/models/purchase_calculator_horizon_request.rb +356 -0
- data/lib/proton_api/models/ratio_targets.rb +328 -0
- data/lib/proton_api/models/ratio_targets1.rb +328 -0
- data/lib/proton_api/models/rebalancing_signal_request.rb +238 -0
- data/lib/proton_api/models/recommendation_config.rb +357 -0
- data/lib/proton_api/models/recommendation_config1.rb +346 -0
- data/lib/proton_api/models/recurring_transaction_analysis_request.rb +400 -0
- data/lib/proton_api/models/retirement_calculator_deposit_amount_request.rb +509 -0
- data/lib/proton_api/models/retirement_calculator_expenses_request.rb +476 -0
- data/lib/proton_api/models/retirement_calculator_percent_covered_request.rb +474 -0
- data/lib/proton_api/models/risk_allocation_request.rb +316 -0
- data/lib/proton_api/models/risk_score_request.rb +239 -0
- data/lib/proton_api/models/savings_calculator_request.rb +395 -0
- data/lib/proton_api/models/savings_deposit_schedule.rb +276 -0
- data/lib/proton_api/models/scenario_analysis_request.rb +401 -0
- data/lib/proton_api/models/sensitivity_analysis_request.rb +399 -0
- data/lib/proton_api/models/sensitivity_factor.rb +278 -0
- data/lib/proton_api/models/settings.rb +287 -0
- data/lib/proton_api/models/spending_analysis_request.rb +505 -0
- data/lib/proton_api/models/variable_annuity_request.rb +700 -0
- data/lib/proton_api/models/w_config.rb +382 -0
- data/lib/proton_api/models/w_config1.rb +347 -0
- data/lib/proton_api/version.rb +15 -0
- data/proton_api.gemspec +46 -0
- data/spec/api/annuities_api_spec.rb +107 -0
- data/spec/api/business_financial_management_api_spec.rb +95 -0
- data/spec/api/cards_api_spec.rb +71 -0
- data/spec/api/financial_health_api_spec.rb +83 -0
- data/spec/api/financial_planning_api_spec.rb +179 -0
- data/spec/api/goals_api_spec.rb +107 -0
- data/spec/api/life_insurance_api_spec.rb +47 -0
- data/spec/api/personal_financial_management_api_spec.rb +107 -0
- data/spec/api/portfolio_construction_api_spec.rb +47 -0
- data/spec/api/portfolio_management_api_spec.rb +47 -0
- data/spec/api/risk_scoring_api_spec.rb +71 -0
- data/spec/api/simulations_api_spec.rb +119 -0
- data/spec/api/util_api_spec.rb +71 -0
- data/spec/api_client_spec.rb +243 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/accumulation_goal_deposit_config_spec.rb +89 -0
- data/spec/models/annuity_calculator_accumulation_horizon_request_spec.rb +111 -0
- data/spec/models/annuity_calculator_annuity_amount_request_spec.rb +111 -0
- data/spec/models/annuity_calculator_decumulation_horizon_request_spec.rb +111 -0
- data/spec/models/annuity_calculator_deposit_amount_request_spec.rb +111 -0
- data/spec/models/annuity_calculator_initial_balance_request_spec.rb +111 -0
- data/spec/models/annuity_deposit_schedule_spec.rb +57 -0
- data/spec/models/answer_spec.rb +41 -0
- data/spec/models/backtest_request_spec.rb +95 -0
- data/spec/models/beneficiary_bequest_config_spec.rb +53 -0
- data/spec/models/budget_aggregation_account_spec.rb +41 -0
- data/spec/models/budget_calculator_request_spec.rb +105 -0
- data/spec/models/budget_component_spec.rb +53 -0
- data/spec/models/budget_details_spec.rb +99 -0
- data/spec/models/business_financial_health_check_request_spec.rb +143 -0
- data/spec/models/business_invoice_analysis_request_spec.rb +123 -0
- data/spec/models/calculator_deposit_schedule1_spec.rb +57 -0
- data/spec/models/calculator_deposit_schedule_spec.rb +51 -0
- data/spec/models/card_analysis_request_spec.rb +129 -0
- data/spec/models/card_limit_check_request_spec.rb +65 -0
- data/spec/models/card_transaction_authorization_request_spec.rb +157 -0
- data/spec/models/cash_analysis_request_spec.rb +115 -0
- data/spec/models/cash_flow_analysis_request_spec.rb +135 -0
- data/spec/models/children_education_config_spec.rb +47 -0
- data/spec/models/customer_analysis_request_spec.rb +101 -0
- data/spec/models/decision_tree_result_request_spec.rb +51 -0
- data/spec/models/decumulation_goal_deposit_config_spec.rb +89 -0
- data/spec/models/dimensional_risk_score_request_spec.rb +89 -0
- data/spec/models/diversification_score_request_spec.rb +111 -0
- data/spec/models/education_calculator_annual_cost_request_spec.rb +101 -0
- data/spec/models/education_calculator_deposit_amount_request_spec.rb +107 -0
- data/spec/models/education_calculator_percent_covered_request_spec.rb +101 -0
- data/spec/models/education_config_spec.rb +53 -0
- data/spec/models/emergency_fund_calculator_request_spec.rb +141 -0
- data/spec/models/event_study_request_spec.rb +109 -0
- data/spec/models/fee_analysis_request_spec.rb +77 -0
- data/spec/models/financial_health_check_request_spec.rb +95 -0
- data/spec/models/financial_picture_request_spec.rb +95 -0
- data/spec/models/financial_statement_analysis_request_spec.rb +155 -0
- data/spec/models/goal_accumulation_allocation_request_spec.rb +215 -0
- data/spec/models/goal_accumulation_recommendation_request_spec.rb +173 -0
- data/spec/models/goal_accumulation_status_request_spec.rb +173 -0
- data/spec/models/goal_config_spec.rb +47 -0
- data/spec/models/goal_decumulation_allocation_request_spec.rb +221 -0
- data/spec/models/goal_decumulation_recommendation_request_spec.rb +179 -0
- data/spec/models/goal_decumulation_status_request_spec.rb +179 -0
- data/spec/models/goal_withdrawal_config_spec.rb +89 -0
- data/spec/models/guaranteed_rate_benefit_spec.rb +59 -0
- data/spec/models/income_config_spec.rb +53 -0
- data/spec/models/life_insurance_needs_calculator_request_spec.rb +125 -0
- data/spec/models/location_spec.rb +41 -0
- data/spec/models/monte_carlo_request_spec.rb +179 -0
- data/spec/models/mortgage_calculator_down_payment_request_spec.rb +59 -0
- data/spec/models/mortgage_calculator_home_price_request_spec.rb +59 -0
- data/spec/models/mortgage_calculator_periodic_payment_request_spec.rb +59 -0
- data/spec/models/mvo_request_spec.rb +113 -0
- data/spec/models/opt_config1_spec.rb +69 -0
- data/spec/models/opt_config_spec.rb +81 -0
- data/spec/models/order_rebalance_request_spec.rb +123 -0
- data/spec/models/performance_calculator_request_spec.rb +233 -0
- data/spec/models/periods_spec.rb +47 -0
- data/spec/models/portfolio_optimization_score_request_spec.rb +127 -0
- data/spec/models/portfolio_what_if_request_spec.rb +123 -0
- data/spec/models/purchase_calculator_amount_request_spec.rb +93 -0
- data/spec/models/purchase_calculator_deposit_amount_request_spec.rb +99 -0
- data/spec/models/purchase_calculator_horizon_request_spec.rb +83 -0
- data/spec/models/ratio_targets1_spec.rb +71 -0
- data/spec/models/ratio_targets_spec.rb +71 -0
- data/spec/models/rebalancing_signal_request_spec.rb +71 -0
- data/spec/models/recommendation_config1_spec.rb +77 -0
- data/spec/models/recommendation_config_spec.rb +83 -0
- data/spec/models/recurring_transaction_analysis_request_spec.rb +129 -0
- data/spec/models/retirement_calculator_deposit_amount_request_spec.rb +113 -0
- data/spec/models/retirement_calculator_expenses_request_spec.rb +107 -0
- data/spec/models/retirement_calculator_percent_covered_request_spec.rb +107 -0
- data/spec/models/risk_allocation_request_spec.rb +85 -0
- data/spec/models/risk_score_request_spec.rb +71 -0
- data/spec/models/savings_calculator_request_spec.rb +99 -0
- data/spec/models/savings_deposit_schedule_spec.rb +63 -0
- data/spec/models/scenario_analysis_request_spec.rb +133 -0
- data/spec/models/sensitivity_analysis_request_spec.rb +133 -0
- data/spec/models/sensitivity_factor_spec.rb +59 -0
- data/spec/models/settings_spec.rb +79 -0
- data/spec/models/spending_analysis_request_spec.rb +187 -0
- data/spec/models/variable_annuity_request_spec.rb +209 -0
- data/spec/models/w_config1_spec.rb +65 -0
- data/spec/models/w_config_spec.rb +65 -0
- data/spec/spec_helper.rb +111 -0
- metadata +561 -0
metadata
ADDED
|
@@ -0,0 +1,561 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: hydrogen-proton-api
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.9.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Swagger-Codegen
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2021-07-08 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: typhoeus
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '1.0'
|
|
20
|
+
- - ">="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 1.0.1
|
|
23
|
+
type: :runtime
|
|
24
|
+
prerelease: false
|
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
+
requirements:
|
|
27
|
+
- - "~>"
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '1.0'
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 1.0.1
|
|
33
|
+
- !ruby/object:Gem::Dependency
|
|
34
|
+
name: json
|
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - "~>"
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '2.1'
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: 2.1.0
|
|
43
|
+
type: :runtime
|
|
44
|
+
prerelease: false
|
|
45
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
46
|
+
requirements:
|
|
47
|
+
- - "~>"
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: '2.1'
|
|
50
|
+
- - ">="
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
52
|
+
version: 2.1.0
|
|
53
|
+
- !ruby/object:Gem::Dependency
|
|
54
|
+
name: addressable
|
|
55
|
+
requirement: !ruby/object:Gem::Requirement
|
|
56
|
+
requirements:
|
|
57
|
+
- - "~>"
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: '2.3'
|
|
60
|
+
- - ">="
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: 2.3.0
|
|
63
|
+
type: :runtime
|
|
64
|
+
prerelease: false
|
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
66
|
+
requirements:
|
|
67
|
+
- - "~>"
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
version: '2.3'
|
|
70
|
+
- - ">="
|
|
71
|
+
- !ruby/object:Gem::Version
|
|
72
|
+
version: 2.3.0
|
|
73
|
+
- !ruby/object:Gem::Dependency
|
|
74
|
+
name: rspec
|
|
75
|
+
requirement: !ruby/object:Gem::Requirement
|
|
76
|
+
requirements:
|
|
77
|
+
- - "~>"
|
|
78
|
+
- !ruby/object:Gem::Version
|
|
79
|
+
version: '3.6'
|
|
80
|
+
- - ">="
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: 3.6.0
|
|
83
|
+
type: :development
|
|
84
|
+
prerelease: false
|
|
85
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - "~>"
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '3.6'
|
|
90
|
+
- - ">="
|
|
91
|
+
- !ruby/object:Gem::Version
|
|
92
|
+
version: 3.6.0
|
|
93
|
+
- !ruby/object:Gem::Dependency
|
|
94
|
+
name: vcr
|
|
95
|
+
requirement: !ruby/object:Gem::Requirement
|
|
96
|
+
requirements:
|
|
97
|
+
- - "~>"
|
|
98
|
+
- !ruby/object:Gem::Version
|
|
99
|
+
version: '3.0'
|
|
100
|
+
- - ">="
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: 3.0.1
|
|
103
|
+
type: :development
|
|
104
|
+
prerelease: false
|
|
105
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
106
|
+
requirements:
|
|
107
|
+
- - "~>"
|
|
108
|
+
- !ruby/object:Gem::Version
|
|
109
|
+
version: '3.0'
|
|
110
|
+
- - ">="
|
|
111
|
+
- !ruby/object:Gem::Version
|
|
112
|
+
version: 3.0.1
|
|
113
|
+
- !ruby/object:Gem::Dependency
|
|
114
|
+
name: webmock
|
|
115
|
+
requirement: !ruby/object:Gem::Requirement
|
|
116
|
+
requirements:
|
|
117
|
+
- - "~>"
|
|
118
|
+
- !ruby/object:Gem::Version
|
|
119
|
+
version: '1.24'
|
|
120
|
+
- - ">="
|
|
121
|
+
- !ruby/object:Gem::Version
|
|
122
|
+
version: 1.24.3
|
|
123
|
+
type: :development
|
|
124
|
+
prerelease: false
|
|
125
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
126
|
+
requirements:
|
|
127
|
+
- - "~>"
|
|
128
|
+
- !ruby/object:Gem::Version
|
|
129
|
+
version: '1.24'
|
|
130
|
+
- - ">="
|
|
131
|
+
- !ruby/object:Gem::Version
|
|
132
|
+
version: 1.24.3
|
|
133
|
+
- !ruby/object:Gem::Dependency
|
|
134
|
+
name: autotest
|
|
135
|
+
requirement: !ruby/object:Gem::Requirement
|
|
136
|
+
requirements:
|
|
137
|
+
- - "~>"
|
|
138
|
+
- !ruby/object:Gem::Version
|
|
139
|
+
version: '4.4'
|
|
140
|
+
- - ">="
|
|
141
|
+
- !ruby/object:Gem::Version
|
|
142
|
+
version: 4.4.6
|
|
143
|
+
type: :development
|
|
144
|
+
prerelease: false
|
|
145
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
146
|
+
requirements:
|
|
147
|
+
- - "~>"
|
|
148
|
+
- !ruby/object:Gem::Version
|
|
149
|
+
version: '4.4'
|
|
150
|
+
- - ">="
|
|
151
|
+
- !ruby/object:Gem::Version
|
|
152
|
+
version: 4.4.6
|
|
153
|
+
- !ruby/object:Gem::Dependency
|
|
154
|
+
name: autotest-rails-pure
|
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
|
156
|
+
requirements:
|
|
157
|
+
- - "~>"
|
|
158
|
+
- !ruby/object:Gem::Version
|
|
159
|
+
version: '4.1'
|
|
160
|
+
- - ">="
|
|
161
|
+
- !ruby/object:Gem::Version
|
|
162
|
+
version: 4.1.2
|
|
163
|
+
type: :development
|
|
164
|
+
prerelease: false
|
|
165
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
166
|
+
requirements:
|
|
167
|
+
- - "~>"
|
|
168
|
+
- !ruby/object:Gem::Version
|
|
169
|
+
version: '4.1'
|
|
170
|
+
- - ">="
|
|
171
|
+
- !ruby/object:Gem::Version
|
|
172
|
+
version: 4.1.2
|
|
173
|
+
- !ruby/object:Gem::Dependency
|
|
174
|
+
name: autotest-growl
|
|
175
|
+
requirement: !ruby/object:Gem::Requirement
|
|
176
|
+
requirements:
|
|
177
|
+
- - "~>"
|
|
178
|
+
- !ruby/object:Gem::Version
|
|
179
|
+
version: '0.2'
|
|
180
|
+
- - ">="
|
|
181
|
+
- !ruby/object:Gem::Version
|
|
182
|
+
version: 0.2.16
|
|
183
|
+
type: :development
|
|
184
|
+
prerelease: false
|
|
185
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
186
|
+
requirements:
|
|
187
|
+
- - "~>"
|
|
188
|
+
- !ruby/object:Gem::Version
|
|
189
|
+
version: '0.2'
|
|
190
|
+
- - ">="
|
|
191
|
+
- !ruby/object:Gem::Version
|
|
192
|
+
version: 0.2.16
|
|
193
|
+
- !ruby/object:Gem::Dependency
|
|
194
|
+
name: autotest-fsevent
|
|
195
|
+
requirement: !ruby/object:Gem::Requirement
|
|
196
|
+
requirements:
|
|
197
|
+
- - "~>"
|
|
198
|
+
- !ruby/object:Gem::Version
|
|
199
|
+
version: '0.2'
|
|
200
|
+
- - ">="
|
|
201
|
+
- !ruby/object:Gem::Version
|
|
202
|
+
version: 0.2.12
|
|
203
|
+
type: :development
|
|
204
|
+
prerelease: false
|
|
205
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
206
|
+
requirements:
|
|
207
|
+
- - "~>"
|
|
208
|
+
- !ruby/object:Gem::Version
|
|
209
|
+
version: '0.2'
|
|
210
|
+
- - ">="
|
|
211
|
+
- !ruby/object:Gem::Version
|
|
212
|
+
version: 0.2.12
|
|
213
|
+
description: Financial engineering module of Hydrogen Atom
|
|
214
|
+
email:
|
|
215
|
+
- info@hydrogenplatform.com
|
|
216
|
+
executables: []
|
|
217
|
+
extensions: []
|
|
218
|
+
extra_rdoc_files: []
|
|
219
|
+
files:
|
|
220
|
+
- Gemfile
|
|
221
|
+
- README.md
|
|
222
|
+
- Rakefile
|
|
223
|
+
- git_push.sh
|
|
224
|
+
- lib/proton_api.rb
|
|
225
|
+
- lib/proton_api/api/annuities_api.rb
|
|
226
|
+
- lib/proton_api/api/business_financial_management_api.rb
|
|
227
|
+
- lib/proton_api/api/cards_api.rb
|
|
228
|
+
- lib/proton_api/api/financial_health_api.rb
|
|
229
|
+
- lib/proton_api/api/financial_planning_api.rb
|
|
230
|
+
- lib/proton_api/api/goals_api.rb
|
|
231
|
+
- lib/proton_api/api/life_insurance_api.rb
|
|
232
|
+
- lib/proton_api/api/personal_financial_management_api.rb
|
|
233
|
+
- lib/proton_api/api/portfolio_construction_api.rb
|
|
234
|
+
- lib/proton_api/api/portfolio_management_api.rb
|
|
235
|
+
- lib/proton_api/api/risk_scoring_api.rb
|
|
236
|
+
- lib/proton_api/api/simulations_api.rb
|
|
237
|
+
- lib/proton_api/api/util_api.rb
|
|
238
|
+
- lib/proton_api/api_client.rb
|
|
239
|
+
- lib/proton_api/api_error.rb
|
|
240
|
+
- lib/proton_api/auth_configuration.rb
|
|
241
|
+
- lib/proton_api/configuration.rb
|
|
242
|
+
- lib/proton_api/environment.rb
|
|
243
|
+
- lib/proton_api/models/accumulation_goal_deposit_config.rb
|
|
244
|
+
- lib/proton_api/models/annuity_calculator_accumulation_horizon_request.rb
|
|
245
|
+
- lib/proton_api/models/annuity_calculator_annuity_amount_request.rb
|
|
246
|
+
- lib/proton_api/models/annuity_calculator_decumulation_horizon_request.rb
|
|
247
|
+
- lib/proton_api/models/annuity_calculator_deposit_amount_request.rb
|
|
248
|
+
- lib/proton_api/models/annuity_calculator_initial_balance_request.rb
|
|
249
|
+
- lib/proton_api/models/annuity_deposit_schedule.rb
|
|
250
|
+
- lib/proton_api/models/answer.rb
|
|
251
|
+
- lib/proton_api/models/backtest_request.rb
|
|
252
|
+
- lib/proton_api/models/beneficiary_bequest_config.rb
|
|
253
|
+
- lib/proton_api/models/budget_aggregation_account.rb
|
|
254
|
+
- lib/proton_api/models/budget_calculator_request.rb
|
|
255
|
+
- lib/proton_api/models/budget_component.rb
|
|
256
|
+
- lib/proton_api/models/budget_details.rb
|
|
257
|
+
- lib/proton_api/models/business_financial_health_check_request.rb
|
|
258
|
+
- lib/proton_api/models/business_invoice_analysis_request.rb
|
|
259
|
+
- lib/proton_api/models/calculator_deposit_schedule.rb
|
|
260
|
+
- lib/proton_api/models/calculator_deposit_schedule1.rb
|
|
261
|
+
- lib/proton_api/models/card_analysis_request.rb
|
|
262
|
+
- lib/proton_api/models/card_limit_check_request.rb
|
|
263
|
+
- lib/proton_api/models/card_transaction_authorization_request.rb
|
|
264
|
+
- lib/proton_api/models/cash_analysis_request.rb
|
|
265
|
+
- lib/proton_api/models/cash_flow_analysis_request.rb
|
|
266
|
+
- lib/proton_api/models/children_education_config.rb
|
|
267
|
+
- lib/proton_api/models/customer_analysis_request.rb
|
|
268
|
+
- lib/proton_api/models/decision_tree_result_request.rb
|
|
269
|
+
- lib/proton_api/models/decumulation_goal_deposit_config.rb
|
|
270
|
+
- lib/proton_api/models/dimensional_risk_score_request.rb
|
|
271
|
+
- lib/proton_api/models/diversification_score_request.rb
|
|
272
|
+
- lib/proton_api/models/education_calculator_annual_cost_request.rb
|
|
273
|
+
- lib/proton_api/models/education_calculator_deposit_amount_request.rb
|
|
274
|
+
- lib/proton_api/models/education_calculator_percent_covered_request.rb
|
|
275
|
+
- lib/proton_api/models/education_config.rb
|
|
276
|
+
- lib/proton_api/models/emergency_fund_calculator_request.rb
|
|
277
|
+
- lib/proton_api/models/event_study_request.rb
|
|
278
|
+
- lib/proton_api/models/fee_analysis_request.rb
|
|
279
|
+
- lib/proton_api/models/financial_health_check_request.rb
|
|
280
|
+
- lib/proton_api/models/financial_picture_request.rb
|
|
281
|
+
- lib/proton_api/models/financial_statement_analysis_request.rb
|
|
282
|
+
- lib/proton_api/models/goal_accumulation_allocation_request.rb
|
|
283
|
+
- lib/proton_api/models/goal_accumulation_recommendation_request.rb
|
|
284
|
+
- lib/proton_api/models/goal_accumulation_status_request.rb
|
|
285
|
+
- lib/proton_api/models/goal_config.rb
|
|
286
|
+
- lib/proton_api/models/goal_decumulation_allocation_request.rb
|
|
287
|
+
- lib/proton_api/models/goal_decumulation_recommendation_request.rb
|
|
288
|
+
- lib/proton_api/models/goal_decumulation_status_request.rb
|
|
289
|
+
- lib/proton_api/models/goal_withdrawal_config.rb
|
|
290
|
+
- lib/proton_api/models/guaranteed_rate_benefit.rb
|
|
291
|
+
- lib/proton_api/models/income_config.rb
|
|
292
|
+
- lib/proton_api/models/life_insurance_needs_calculator_request.rb
|
|
293
|
+
- lib/proton_api/models/location.rb
|
|
294
|
+
- lib/proton_api/models/monte_carlo_request.rb
|
|
295
|
+
- lib/proton_api/models/mortgage_calculator_down_payment_request.rb
|
|
296
|
+
- lib/proton_api/models/mortgage_calculator_home_price_request.rb
|
|
297
|
+
- lib/proton_api/models/mortgage_calculator_periodic_payment_request.rb
|
|
298
|
+
- lib/proton_api/models/mvo_request.rb
|
|
299
|
+
- lib/proton_api/models/opt_config.rb
|
|
300
|
+
- lib/proton_api/models/opt_config1.rb
|
|
301
|
+
- lib/proton_api/models/order_rebalance_request.rb
|
|
302
|
+
- lib/proton_api/models/performance_calculator_request.rb
|
|
303
|
+
- lib/proton_api/models/periods.rb
|
|
304
|
+
- lib/proton_api/models/portfolio_optimization_score_request.rb
|
|
305
|
+
- lib/proton_api/models/portfolio_what_if_request.rb
|
|
306
|
+
- lib/proton_api/models/purchase_calculator_amount_request.rb
|
|
307
|
+
- lib/proton_api/models/purchase_calculator_deposit_amount_request.rb
|
|
308
|
+
- lib/proton_api/models/purchase_calculator_horizon_request.rb
|
|
309
|
+
- lib/proton_api/models/ratio_targets.rb
|
|
310
|
+
- lib/proton_api/models/ratio_targets1.rb
|
|
311
|
+
- lib/proton_api/models/rebalancing_signal_request.rb
|
|
312
|
+
- lib/proton_api/models/recommendation_config.rb
|
|
313
|
+
- lib/proton_api/models/recommendation_config1.rb
|
|
314
|
+
- lib/proton_api/models/recurring_transaction_analysis_request.rb
|
|
315
|
+
- lib/proton_api/models/retirement_calculator_deposit_amount_request.rb
|
|
316
|
+
- lib/proton_api/models/retirement_calculator_expenses_request.rb
|
|
317
|
+
- lib/proton_api/models/retirement_calculator_percent_covered_request.rb
|
|
318
|
+
- lib/proton_api/models/risk_allocation_request.rb
|
|
319
|
+
- lib/proton_api/models/risk_score_request.rb
|
|
320
|
+
- lib/proton_api/models/savings_calculator_request.rb
|
|
321
|
+
- lib/proton_api/models/savings_deposit_schedule.rb
|
|
322
|
+
- lib/proton_api/models/scenario_analysis_request.rb
|
|
323
|
+
- lib/proton_api/models/sensitivity_analysis_request.rb
|
|
324
|
+
- lib/proton_api/models/sensitivity_factor.rb
|
|
325
|
+
- lib/proton_api/models/settings.rb
|
|
326
|
+
- lib/proton_api/models/spending_analysis_request.rb
|
|
327
|
+
- lib/proton_api/models/variable_annuity_request.rb
|
|
328
|
+
- lib/proton_api/models/w_config.rb
|
|
329
|
+
- lib/proton_api/models/w_config1.rb
|
|
330
|
+
- lib/proton_api/version.rb
|
|
331
|
+
- proton_api.gemspec
|
|
332
|
+
- spec/api/annuities_api_spec.rb
|
|
333
|
+
- spec/api/business_financial_management_api_spec.rb
|
|
334
|
+
- spec/api/cards_api_spec.rb
|
|
335
|
+
- spec/api/financial_health_api_spec.rb
|
|
336
|
+
- spec/api/financial_planning_api_spec.rb
|
|
337
|
+
- spec/api/goals_api_spec.rb
|
|
338
|
+
- spec/api/life_insurance_api_spec.rb
|
|
339
|
+
- spec/api/personal_financial_management_api_spec.rb
|
|
340
|
+
- spec/api/portfolio_construction_api_spec.rb
|
|
341
|
+
- spec/api/portfolio_management_api_spec.rb
|
|
342
|
+
- spec/api/risk_scoring_api_spec.rb
|
|
343
|
+
- spec/api/simulations_api_spec.rb
|
|
344
|
+
- spec/api/util_api_spec.rb
|
|
345
|
+
- spec/api_client_spec.rb
|
|
346
|
+
- spec/configuration_spec.rb
|
|
347
|
+
- spec/models/accumulation_goal_deposit_config_spec.rb
|
|
348
|
+
- spec/models/annuity_calculator_accumulation_horizon_request_spec.rb
|
|
349
|
+
- spec/models/annuity_calculator_annuity_amount_request_spec.rb
|
|
350
|
+
- spec/models/annuity_calculator_decumulation_horizon_request_spec.rb
|
|
351
|
+
- spec/models/annuity_calculator_deposit_amount_request_spec.rb
|
|
352
|
+
- spec/models/annuity_calculator_initial_balance_request_spec.rb
|
|
353
|
+
- spec/models/annuity_deposit_schedule_spec.rb
|
|
354
|
+
- spec/models/answer_spec.rb
|
|
355
|
+
- spec/models/backtest_request_spec.rb
|
|
356
|
+
- spec/models/beneficiary_bequest_config_spec.rb
|
|
357
|
+
- spec/models/budget_aggregation_account_spec.rb
|
|
358
|
+
- spec/models/budget_calculator_request_spec.rb
|
|
359
|
+
- spec/models/budget_component_spec.rb
|
|
360
|
+
- spec/models/budget_details_spec.rb
|
|
361
|
+
- spec/models/business_financial_health_check_request_spec.rb
|
|
362
|
+
- spec/models/business_invoice_analysis_request_spec.rb
|
|
363
|
+
- spec/models/calculator_deposit_schedule1_spec.rb
|
|
364
|
+
- spec/models/calculator_deposit_schedule_spec.rb
|
|
365
|
+
- spec/models/card_analysis_request_spec.rb
|
|
366
|
+
- spec/models/card_limit_check_request_spec.rb
|
|
367
|
+
- spec/models/card_transaction_authorization_request_spec.rb
|
|
368
|
+
- spec/models/cash_analysis_request_spec.rb
|
|
369
|
+
- spec/models/cash_flow_analysis_request_spec.rb
|
|
370
|
+
- spec/models/children_education_config_spec.rb
|
|
371
|
+
- spec/models/customer_analysis_request_spec.rb
|
|
372
|
+
- spec/models/decision_tree_result_request_spec.rb
|
|
373
|
+
- spec/models/decumulation_goal_deposit_config_spec.rb
|
|
374
|
+
- spec/models/dimensional_risk_score_request_spec.rb
|
|
375
|
+
- spec/models/diversification_score_request_spec.rb
|
|
376
|
+
- spec/models/education_calculator_annual_cost_request_spec.rb
|
|
377
|
+
- spec/models/education_calculator_deposit_amount_request_spec.rb
|
|
378
|
+
- spec/models/education_calculator_percent_covered_request_spec.rb
|
|
379
|
+
- spec/models/education_config_spec.rb
|
|
380
|
+
- spec/models/emergency_fund_calculator_request_spec.rb
|
|
381
|
+
- spec/models/event_study_request_spec.rb
|
|
382
|
+
- spec/models/fee_analysis_request_spec.rb
|
|
383
|
+
- spec/models/financial_health_check_request_spec.rb
|
|
384
|
+
- spec/models/financial_picture_request_spec.rb
|
|
385
|
+
- spec/models/financial_statement_analysis_request_spec.rb
|
|
386
|
+
- spec/models/goal_accumulation_allocation_request_spec.rb
|
|
387
|
+
- spec/models/goal_accumulation_recommendation_request_spec.rb
|
|
388
|
+
- spec/models/goal_accumulation_status_request_spec.rb
|
|
389
|
+
- spec/models/goal_config_spec.rb
|
|
390
|
+
- spec/models/goal_decumulation_allocation_request_spec.rb
|
|
391
|
+
- spec/models/goal_decumulation_recommendation_request_spec.rb
|
|
392
|
+
- spec/models/goal_decumulation_status_request_spec.rb
|
|
393
|
+
- spec/models/goal_withdrawal_config_spec.rb
|
|
394
|
+
- spec/models/guaranteed_rate_benefit_spec.rb
|
|
395
|
+
- spec/models/income_config_spec.rb
|
|
396
|
+
- spec/models/life_insurance_needs_calculator_request_spec.rb
|
|
397
|
+
- spec/models/location_spec.rb
|
|
398
|
+
- spec/models/monte_carlo_request_spec.rb
|
|
399
|
+
- spec/models/mortgage_calculator_down_payment_request_spec.rb
|
|
400
|
+
- spec/models/mortgage_calculator_home_price_request_spec.rb
|
|
401
|
+
- spec/models/mortgage_calculator_periodic_payment_request_spec.rb
|
|
402
|
+
- spec/models/mvo_request_spec.rb
|
|
403
|
+
- spec/models/opt_config1_spec.rb
|
|
404
|
+
- spec/models/opt_config_spec.rb
|
|
405
|
+
- spec/models/order_rebalance_request_spec.rb
|
|
406
|
+
- spec/models/performance_calculator_request_spec.rb
|
|
407
|
+
- spec/models/periods_spec.rb
|
|
408
|
+
- spec/models/portfolio_optimization_score_request_spec.rb
|
|
409
|
+
- spec/models/portfolio_what_if_request_spec.rb
|
|
410
|
+
- spec/models/purchase_calculator_amount_request_spec.rb
|
|
411
|
+
- spec/models/purchase_calculator_deposit_amount_request_spec.rb
|
|
412
|
+
- spec/models/purchase_calculator_horizon_request_spec.rb
|
|
413
|
+
- spec/models/ratio_targets1_spec.rb
|
|
414
|
+
- spec/models/ratio_targets_spec.rb
|
|
415
|
+
- spec/models/rebalancing_signal_request_spec.rb
|
|
416
|
+
- spec/models/recommendation_config1_spec.rb
|
|
417
|
+
- spec/models/recommendation_config_spec.rb
|
|
418
|
+
- spec/models/recurring_transaction_analysis_request_spec.rb
|
|
419
|
+
- spec/models/retirement_calculator_deposit_amount_request_spec.rb
|
|
420
|
+
- spec/models/retirement_calculator_expenses_request_spec.rb
|
|
421
|
+
- spec/models/retirement_calculator_percent_covered_request_spec.rb
|
|
422
|
+
- spec/models/risk_allocation_request_spec.rb
|
|
423
|
+
- spec/models/risk_score_request_spec.rb
|
|
424
|
+
- spec/models/savings_calculator_request_spec.rb
|
|
425
|
+
- spec/models/savings_deposit_schedule_spec.rb
|
|
426
|
+
- spec/models/scenario_analysis_request_spec.rb
|
|
427
|
+
- spec/models/sensitivity_analysis_request_spec.rb
|
|
428
|
+
- spec/models/sensitivity_factor_spec.rb
|
|
429
|
+
- spec/models/settings_spec.rb
|
|
430
|
+
- spec/models/spending_analysis_request_spec.rb
|
|
431
|
+
- spec/models/variable_annuity_request_spec.rb
|
|
432
|
+
- spec/models/w_config1_spec.rb
|
|
433
|
+
- spec/models/w_config_spec.rb
|
|
434
|
+
- spec/spec_helper.rb
|
|
435
|
+
homepage: https://github.com/swagger-api/swagger-codegen
|
|
436
|
+
licenses:
|
|
437
|
+
- Unlicense
|
|
438
|
+
metadata: {}
|
|
439
|
+
post_install_message:
|
|
440
|
+
rdoc_options: []
|
|
441
|
+
require_paths:
|
|
442
|
+
- lib
|
|
443
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
444
|
+
requirements:
|
|
445
|
+
- - ">="
|
|
446
|
+
- !ruby/object:Gem::Version
|
|
447
|
+
version: '1.9'
|
|
448
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
449
|
+
requirements:
|
|
450
|
+
- - ">="
|
|
451
|
+
- !ruby/object:Gem::Version
|
|
452
|
+
version: '0'
|
|
453
|
+
requirements: []
|
|
454
|
+
rubygems_version: 3.1.2
|
|
455
|
+
signing_key:
|
|
456
|
+
specification_version: 4
|
|
457
|
+
summary: Hydrogen Proton API Ruby Gem
|
|
458
|
+
test_files:
|
|
459
|
+
- spec/api/risk_scoring_api_spec.rb
|
|
460
|
+
- spec/api/annuities_api_spec.rb
|
|
461
|
+
- spec/api/business_financial_management_api_spec.rb
|
|
462
|
+
- spec/api/financial_health_api_spec.rb
|
|
463
|
+
- spec/api/goals_api_spec.rb
|
|
464
|
+
- spec/api/personal_financial_management_api_spec.rb
|
|
465
|
+
- spec/api/portfolio_management_api_spec.rb
|
|
466
|
+
- spec/api/portfolio_construction_api_spec.rb
|
|
467
|
+
- spec/api/cards_api_spec.rb
|
|
468
|
+
- spec/api/financial_planning_api_spec.rb
|
|
469
|
+
- spec/api/simulations_api_spec.rb
|
|
470
|
+
- spec/api/util_api_spec.rb
|
|
471
|
+
- spec/api/life_insurance_api_spec.rb
|
|
472
|
+
- spec/api_client_spec.rb
|
|
473
|
+
- spec/configuration_spec.rb
|
|
474
|
+
- spec/models/ratio_targets_spec.rb
|
|
475
|
+
- spec/models/purchase_calculator_deposit_amount_request_spec.rb
|
|
476
|
+
- spec/models/purchase_calculator_amount_request_spec.rb
|
|
477
|
+
- spec/models/decision_tree_result_request_spec.rb
|
|
478
|
+
- spec/models/emergency_fund_calculator_request_spec.rb
|
|
479
|
+
- spec/models/mvo_request_spec.rb
|
|
480
|
+
- spec/models/settings_spec.rb
|
|
481
|
+
- spec/models/financial_statement_analysis_request_spec.rb
|
|
482
|
+
- spec/models/order_rebalance_request_spec.rb
|
|
483
|
+
- spec/models/monte_carlo_request_spec.rb
|
|
484
|
+
- spec/models/w_config_spec.rb
|
|
485
|
+
- spec/models/opt_config_spec.rb
|
|
486
|
+
- spec/models/financial_picture_request_spec.rb
|
|
487
|
+
- spec/models/savings_calculator_request_spec.rb
|
|
488
|
+
- spec/models/goal_decumulation_recommendation_request_spec.rb
|
|
489
|
+
- spec/models/savings_deposit_schedule_spec.rb
|
|
490
|
+
- spec/models/spending_analysis_request_spec.rb
|
|
491
|
+
- spec/models/cash_analysis_request_spec.rb
|
|
492
|
+
- spec/models/goal_decumulation_allocation_request_spec.rb
|
|
493
|
+
- spec/models/portfolio_what_if_request_spec.rb
|
|
494
|
+
- spec/models/goal_accumulation_recommendation_request_spec.rb
|
|
495
|
+
- spec/models/calculator_deposit_schedule_spec.rb
|
|
496
|
+
- spec/models/financial_health_check_request_spec.rb
|
|
497
|
+
- spec/models/beneficiary_bequest_config_spec.rb
|
|
498
|
+
- spec/models/fee_analysis_request_spec.rb
|
|
499
|
+
- spec/models/recurring_transaction_analysis_request_spec.rb
|
|
500
|
+
- spec/models/retirement_calculator_percent_covered_request_spec.rb
|
|
501
|
+
- spec/models/risk_allocation_request_spec.rb
|
|
502
|
+
- spec/models/variable_annuity_request_spec.rb
|
|
503
|
+
- spec/models/rebalancing_signal_request_spec.rb
|
|
504
|
+
- spec/models/location_spec.rb
|
|
505
|
+
- spec/models/answer_spec.rb
|
|
506
|
+
- spec/models/portfolio_optimization_score_request_spec.rb
|
|
507
|
+
- spec/models/diversification_score_request_spec.rb
|
|
508
|
+
- spec/models/dimensional_risk_score_request_spec.rb
|
|
509
|
+
- spec/models/budget_component_spec.rb
|
|
510
|
+
- spec/models/periods_spec.rb
|
|
511
|
+
- spec/models/purchase_calculator_horizon_request_spec.rb
|
|
512
|
+
- spec/models/budget_calculator_request_spec.rb
|
|
513
|
+
- spec/models/annuity_calculator_accumulation_horizon_request_spec.rb
|
|
514
|
+
- spec/models/annuity_deposit_schedule_spec.rb
|
|
515
|
+
- spec/models/mortgage_calculator_periodic_payment_request_spec.rb
|
|
516
|
+
- spec/models/decumulation_goal_deposit_config_spec.rb
|
|
517
|
+
- spec/models/annuity_calculator_initial_balance_request_spec.rb
|
|
518
|
+
- spec/models/customer_analysis_request_spec.rb
|
|
519
|
+
- spec/models/calculator_deposit_schedule1_spec.rb
|
|
520
|
+
- spec/models/retirement_calculator_deposit_amount_request_spec.rb
|
|
521
|
+
- spec/models/sensitivity_analysis_request_spec.rb
|
|
522
|
+
- spec/models/risk_score_request_spec.rb
|
|
523
|
+
- spec/models/business_invoice_analysis_request_spec.rb
|
|
524
|
+
- spec/models/backtest_request_spec.rb
|
|
525
|
+
- spec/models/recommendation_config1_spec.rb
|
|
526
|
+
- spec/models/w_config1_spec.rb
|
|
527
|
+
- spec/models/income_config_spec.rb
|
|
528
|
+
- spec/models/mortgage_calculator_down_payment_request_spec.rb
|
|
529
|
+
- spec/models/life_insurance_needs_calculator_request_spec.rb
|
|
530
|
+
- spec/models/cash_flow_analysis_request_spec.rb
|
|
531
|
+
- spec/models/sensitivity_factor_spec.rb
|
|
532
|
+
- spec/models/card_limit_check_request_spec.rb
|
|
533
|
+
- spec/models/ratio_targets1_spec.rb
|
|
534
|
+
- spec/models/recommendation_config_spec.rb
|
|
535
|
+
- spec/models/education_calculator_percent_covered_request_spec.rb
|
|
536
|
+
- spec/models/accumulation_goal_deposit_config_spec.rb
|
|
537
|
+
- spec/models/guaranteed_rate_benefit_spec.rb
|
|
538
|
+
- spec/models/card_analysis_request_spec.rb
|
|
539
|
+
- spec/models/annuity_calculator_decumulation_horizon_request_spec.rb
|
|
540
|
+
- spec/models/budget_details_spec.rb
|
|
541
|
+
- spec/models/education_calculator_annual_cost_request_spec.rb
|
|
542
|
+
- spec/models/children_education_config_spec.rb
|
|
543
|
+
- spec/models/mortgage_calculator_home_price_request_spec.rb
|
|
544
|
+
- spec/models/education_calculator_deposit_amount_request_spec.rb
|
|
545
|
+
- spec/models/retirement_calculator_expenses_request_spec.rb
|
|
546
|
+
- spec/models/budget_aggregation_account_spec.rb
|
|
547
|
+
- spec/models/opt_config1_spec.rb
|
|
548
|
+
- spec/models/goal_accumulation_status_request_spec.rb
|
|
549
|
+
- spec/models/business_financial_health_check_request_spec.rb
|
|
550
|
+
- spec/models/goal_config_spec.rb
|
|
551
|
+
- spec/models/card_transaction_authorization_request_spec.rb
|
|
552
|
+
- spec/models/education_config_spec.rb
|
|
553
|
+
- spec/models/goal_accumulation_allocation_request_spec.rb
|
|
554
|
+
- spec/models/scenario_analysis_request_spec.rb
|
|
555
|
+
- spec/models/performance_calculator_request_spec.rb
|
|
556
|
+
- spec/models/goal_decumulation_status_request_spec.rb
|
|
557
|
+
- spec/models/goal_withdrawal_config_spec.rb
|
|
558
|
+
- spec/models/annuity_calculator_deposit_amount_request_spec.rb
|
|
559
|
+
- spec/models/event_study_request_spec.rb
|
|
560
|
+
- spec/models/annuity_calculator_annuity_amount_request_spec.rb
|
|
561
|
+
- spec/spec_helper.rb
|