proton_api 1.8.0
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 +246 -0
- data/Rakefile +8 -0
- data/docs/AccumulationGoalDepositConfig.md +14 -0
- data/docs/AnnuitiesApi.md +344 -0
- data/docs/AnnuityCalculatorAccumulationHorizonRequest.md +19 -0
- data/docs/AnnuityCalculatorAnnuityAmountRequest.md +19 -0
- data/docs/AnnuityCalculatorDecumulationHorizonRequest.md +19 -0
- data/docs/AnnuityCalculatorDepositAmountRequest.md +19 -0
- data/docs/AnnuityCalculatorInitialBalanceRequest.md +19 -0
- data/docs/AnnuityDepositSchedule.md +10 -0
- data/docs/BacktestRequest.md +17 -0
- data/docs/BeneficiaryBequestConfig.md +10 -0
- data/docs/BudgetAggregationAccount.md +8 -0
- data/docs/BudgetCalculatorRequest.md +16 -0
- data/docs/BudgetComponent.md +10 -0
- data/docs/BudgetDetails.md +17 -0
- data/docs/BusinessFinancialHealthCheckRequest.md +22 -0
- data/docs/BusinessFinancialManagementApi.md +288 -0
- data/docs/BusinessInvoiceAnalysisRequest.md +20 -0
- data/docs/CalculatorDepositSchedule.md +9 -0
- data/docs/CalculatorDepositSchedule1.md +10 -0
- data/docs/CardLimitCheckRequest.md +9 -0
- data/docs/CardTransactionAuthorizationRequest.md +19 -0
- data/docs/CardsApi.md +120 -0
- data/docs/CashAnalysisRequest.md +17 -0
- data/docs/CashFlowAnalysisRequest.md +20 -0
- data/docs/ChildrenEducationConfig.md +9 -0
- data/docs/CustomerAnalysisRequest.md +17 -0
- data/docs/DecumulationGoalDepositConfig.md +14 -0
- data/docs/DimensionalRiskScoreRequest.md +16 -0
- data/docs/DiversificationScoreRequest.md +19 -0
- data/docs/EducationCalculatorAnnualCostRequest.md +18 -0
- data/docs/EducationCalculatorDepositAmountRequest.md +19 -0
- data/docs/EducationCalculatorPercentCoveredRequest.md +18 -0
- data/docs/EducationConfig.md +10 -0
- data/docs/EmergencyFundCalculatorRequest.md +24 -0
- data/docs/EventStudyRequest.md +18 -0
- data/docs/FeeAnalysisRequest.md +13 -0
- data/docs/FinancialHealthApi.md +232 -0
- data/docs/FinancialHealthCheckRequest.md +17 -0
- data/docs/FinancialPictureRequest.md +16 -0
- data/docs/FinancialPlanningApi.md +680 -0
- data/docs/FinancialStatementAnalysisRequest.md +22 -0
- data/docs/GoalAccumulationAllocationRequest.md +33 -0
- data/docs/GoalAccumulationRecommendationRequest.md +28 -0
- data/docs/GoalAccumulationStatusRequest.md +28 -0
- data/docs/GoalConfig.md +9 -0
- data/docs/GoalDecumulationAllocationRequest.md +34 -0
- data/docs/GoalDecumulationRecommendationRequest.md +29 -0
- data/docs/GoalDecumulationStatusRequest.md +29 -0
- data/docs/GoalWithdrawalConfig.md +14 -0
- data/docs/GoalsApi.md +344 -0
- data/docs/GuaranteedRateBenefit.md +11 -0
- data/docs/IncomeConfig.md +10 -0
- data/docs/LifeInsuranceApi.md +64 -0
- data/docs/LifeInsuranceNeedsCalculatorRequest.md +22 -0
- data/docs/MonteCarloRequest.md +29 -0
- data/docs/MortgageCalculatorDownPaymentRequest.md +11 -0
- data/docs/MortgageCalculatorHomePriceRequest.md +11 -0
- data/docs/MortgageCalculatorPeriodicPaymentRequest.md +11 -0
- data/docs/MvoRequest.md +18 -0
- data/docs/OptConfig.md +14 -0
- data/docs/OptConfig1.md +12 -0
- data/docs/Periods.md +9 -0
- data/docs/PersonalFinancialManagementApi.md +288 -0
- data/docs/PortfolioConstructionApi.md +64 -0
- data/docs/PortfolioManagementApi.md +64 -0
- data/docs/PortfolioOptimizationScoreRequest.md +21 -0
- data/docs/PortfolioWhatIfRequest.md +21 -0
- data/docs/PurchaseCalculatorAmountRequest.md +16 -0
- data/docs/PurchaseCalculatorDepositAmountRequest.md +17 -0
- data/docs/PurchaseCalculatorHorizonRequest.md +15 -0
- data/docs/RatioTargets.md +13 -0
- data/docs/RatioTargets1.md +13 -0
- data/docs/RebalancingSignalRequest.md +13 -0
- data/docs/RecommendationConfig.md +15 -0
- data/docs/RecommendationConfig1.md +14 -0
- data/docs/RecurringTransactionAnalysisRequest.md +19 -0
- data/docs/RetirementCalculatorDepositAmountRequest.md +20 -0
- data/docs/RetirementCalculatorExpensesRequest.md +19 -0
- data/docs/RetirementCalculatorPercentCoveredRequest.md +19 -0
- data/docs/RiskAllocationRequest.md +14 -0
- data/docs/RiskScoreRequest.md +13 -0
- data/docs/RiskScoringApi.md +176 -0
- data/docs/SavingsCalculatorRequest.md +17 -0
- data/docs/SavingsDepositSchedule.md +11 -0
- data/docs/ScenarioAnalysisRequest.md +22 -0
- data/docs/SensitivityAnalysisRequest.md +22 -0
- data/docs/SensitivityFactor.md +11 -0
- data/docs/Settings.md +13 -0
- data/docs/SimulationsApi.md +400 -0
- data/docs/VariableAnnuityRequest.md +34 -0
- data/docs/WConfig.md +12 -0
- data/docs/WConfig1.md +12 -0
- data/git_push.sh +55 -0
- data/lib/proton_api.rb +132 -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 +131 -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 +293 -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_client.rb +391 -0
- data/lib/proton_api/api_error.rb +38 -0
- data/lib/proton_api/auth_configuration.rb +177 -0
- data/lib/proton_api/configuration.rb +209 -0
- data/lib/proton_api/models/accumulation_goal_deposit_config.rb +338 -0
- data/lib/proton_api/models/annuity_calculator_accumulation_horizon_request.rb +462 -0
- data/lib/proton_api/models/annuity_calculator_annuity_amount_request.rb +464 -0
- data/lib/proton_api/models/annuity_calculator_decumulation_horizon_request.rb +462 -0
- data/lib/proton_api/models/annuity_calculator_deposit_amount_request.rb +471 -0
- data/lib/proton_api/models/annuity_calculator_initial_balance_request.rb +471 -0
- data/lib/proton_api/models/annuity_deposit_schedule.rb +257 -0
- data/lib/proton_api/models/backtest_request.rb +298 -0
- data/lib/proton_api/models/beneficiary_bequest_config.rb +260 -0
- data/lib/proton_api/models/budget_aggregation_account.rb +189 -0
- data/lib/proton_api/models/budget_calculator_request.rb +315 -0
- data/lib/proton_api/models/budget_component.rb +231 -0
- data/lib/proton_api/models/budget_details.rb +340 -0
- data/lib/proton_api/models/business_financial_health_check_request.rb +478 -0
- data/lib/proton_api/models/business_invoice_analysis_request.rb +355 -0
- data/lib/proton_api/models/calculator_deposit_schedule.rb +231 -0
- data/lib/proton_api/models/calculator_deposit_schedule1.rb +257 -0
- data/lib/proton_api/models/card_limit_check_request.rb +203 -0
- data/lib/proton_api/models/card_transaction_authorization_request.rb +359 -0
- data/lib/proton_api/models/cash_analysis_request.rb +321 -0
- data/lib/proton_api/models/cash_flow_analysis_request.rb +338 -0
- data/lib/proton_api/models/children_education_config.rb +224 -0
- data/lib/proton_api/models/customer_analysis_request.rb +286 -0
- data/lib/proton_api/models/decumulation_goal_deposit_config.rb +338 -0
- data/lib/proton_api/models/dimensional_risk_score_request.rb +285 -0
- data/lib/proton_api/models/diversification_score_request.rb +327 -0
- data/lib/proton_api/models/education_calculator_annual_cost_request.rb +453 -0
- data/lib/proton_api/models/education_calculator_deposit_amount_request.rb +486 -0
- data/lib/proton_api/models/education_calculator_percent_covered_request.rb +451 -0
- data/lib/proton_api/models/education_config.rb +274 -0
- data/lib/proton_api/models/emergency_fund_calculator_request.rb +564 -0
- data/lib/proton_api/models/event_study_request.rb +320 -0
- data/lib/proton_api/models/fee_analysis_request.rb +231 -0
- data/lib/proton_api/models/financial_health_check_request.rb +387 -0
- data/lib/proton_api/models/financial_picture_request.rb +269 -0
- data/lib/proton_api/models/financial_statement_analysis_request.rb +455 -0
- data/lib/proton_api/models/goal_accumulation_allocation_request.rb +732 -0
- data/lib/proton_api/models/goal_accumulation_recommendation_request.rb +625 -0
- data/lib/proton_api/models/goal_accumulation_status_request.rb +625 -0
- data/lib/proton_api/models/goal_config.rb +225 -0
- data/lib/proton_api/models/goal_decumulation_allocation_request.rb +767 -0
- data/lib/proton_api/models/goal_decumulation_recommendation_request.rb +660 -0
- data/lib/proton_api/models/goal_decumulation_status_request.rb +660 -0
- data/lib/proton_api/models/goal_withdrawal_config.rb +338 -0
- data/lib/proton_api/models/guaranteed_rate_benefit.rb +275 -0
- data/lib/proton_api/models/income_config.rb +269 -0
- data/lib/proton_api/models/life_insurance_needs_calculator_request.rb +518 -0
- data/lib/proton_api/models/monte_carlo_request.rb +507 -0
- data/lib/proton_api/models/mortgage_calculator_down_payment_request.rb +302 -0
- data/lib/proton_api/models/mortgage_calculator_home_price_request.rb +302 -0
- data/lib/proton_api/models/mortgage_calculator_periodic_payment_request.rb +302 -0
- data/lib/proton_api/models/mvo_request.rb +369 -0
- data/lib/proton_api/models/opt_config.rb +303 -0
- data/lib/proton_api/models/opt_config1.rb +263 -0
- data/lib/proton_api/models/periods.rb +223 -0
- data/lib/proton_api/models/portfolio_optimization_score_request.rb +359 -0
- data/lib/proton_api/models/portfolio_what_if_request.rb +354 -0
- data/lib/proton_api/models/purchase_calculator_amount_request.rb +404 -0
- data/lib/proton_api/models/purchase_calculator_deposit_amount_request.rb +437 -0
- data/lib/proton_api/models/purchase_calculator_horizon_request.rb +359 -0
- data/lib/proton_api/models/ratio_targets.rb +331 -0
- data/lib/proton_api/models/ratio_targets1.rb +331 -0
- data/lib/proton_api/models/rebalancing_signal_request.rb +241 -0
- data/lib/proton_api/models/recommendation_config.rb +360 -0
- data/lib/proton_api/models/recommendation_config1.rb +349 -0
- data/lib/proton_api/models/recurring_transaction_analysis_request.rb +370 -0
- data/lib/proton_api/models/retirement_calculator_deposit_amount_request.rb +512 -0
- data/lib/proton_api/models/retirement_calculator_expenses_request.rb +479 -0
- data/lib/proton_api/models/retirement_calculator_percent_covered_request.rb +477 -0
- data/lib/proton_api/models/risk_allocation_request.rb +319 -0
- data/lib/proton_api/models/risk_score_request.rb +242 -0
- data/lib/proton_api/models/savings_calculator_request.rb +398 -0
- data/lib/proton_api/models/savings_deposit_schedule.rb +279 -0
- data/lib/proton_api/models/scenario_analysis_request.rb +404 -0
- data/lib/proton_api/models/sensitivity_analysis_request.rb +402 -0
- data/lib/proton_api/models/sensitivity_factor.rb +281 -0
- data/lib/proton_api/models/settings.rb +290 -0
- data/lib/proton_api/models/variable_annuity_request.rb +703 -0
- data/lib/proton_api/models/w_config.rb +385 -0
- data/lib/proton_api/models/w_config1.rb +350 -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 +59 -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 +95 -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_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/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 +93 -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 +137 -0
- data/spec/models/business_invoice_analysis_request_spec.rb +117 -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_limit_check_request_spec.rb +47 -0
- data/spec/models/card_transaction_authorization_request_spec.rb +115 -0
- data/spec/models/cash_analysis_request_spec.rb +103 -0
- data/spec/models/cash_flow_analysis_request_spec.rb +117 -0
- data/spec/models/children_education_config_spec.rb +47 -0
- data/spec/models/customer_analysis_request_spec.rb +95 -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 +71 -0
- data/spec/models/financial_health_check_request_spec.rb +95 -0
- data/spec/models/financial_picture_request_spec.rb +89 -0
- data/spec/models/financial_statement_analysis_request_spec.rb +149 -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/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/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 +111 -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/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 +628 -0
data/spec/spec_helper.rb
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Hydrogen Proton API
|
|
3
|
+
|
|
4
|
+
#Financial engineering module of Hydrogen Atom
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.8.0
|
|
7
|
+
Contact: info@hydrogenplatform.com
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.17
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
# load the gem
|
|
14
|
+
require 'proton_api'
|
|
15
|
+
|
|
16
|
+
# The following was generated by the `rspec --init` command. Conventionally, all
|
|
17
|
+
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
|
18
|
+
# The generated `.rspec` file contains `--require spec_helper` which will cause
|
|
19
|
+
# this file to always be loaded, without a need to explicitly require it in any
|
|
20
|
+
# files.
|
|
21
|
+
#
|
|
22
|
+
# Given that it is always loaded, you are encouraged to keep this file as
|
|
23
|
+
# light-weight as possible. Requiring heavyweight dependencies from this file
|
|
24
|
+
# will add to the boot time of your test suite on EVERY test run, even for an
|
|
25
|
+
# individual file that may not need all of that loaded. Instead, consider making
|
|
26
|
+
# a separate helper file that requires the additional dependencies and performs
|
|
27
|
+
# the additional setup, and require it from the spec files that actually need
|
|
28
|
+
# it.
|
|
29
|
+
#
|
|
30
|
+
# The `.rspec` file also contains a few flags that are not defaults but that
|
|
31
|
+
# users commonly want.
|
|
32
|
+
#
|
|
33
|
+
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
|
|
34
|
+
RSpec.configure do |config|
|
|
35
|
+
# rspec-expectations config goes here. You can use an alternate
|
|
36
|
+
# assertion/expectation library such as wrong or the stdlib/minitest
|
|
37
|
+
# assertions if you prefer.
|
|
38
|
+
config.expect_with :rspec do |expectations|
|
|
39
|
+
# This option will default to `true` in RSpec 4. It makes the `description`
|
|
40
|
+
# and `failure_message` of custom matchers include text for helper methods
|
|
41
|
+
# defined using `chain`, e.g.:
|
|
42
|
+
# be_bigger_than(2).and_smaller_than(4).description
|
|
43
|
+
# # => "be bigger than 2 and smaller than 4"
|
|
44
|
+
# ...rather than:
|
|
45
|
+
# # => "be bigger than 2"
|
|
46
|
+
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
# rspec-mocks config goes here. You can use an alternate test double
|
|
50
|
+
# library (such as bogus or mocha) by changing the `mock_with` option here.
|
|
51
|
+
config.mock_with :rspec do |mocks|
|
|
52
|
+
# Prevents you from mocking or stubbing a method that does not exist on
|
|
53
|
+
# a real object. This is generally recommended, and will default to
|
|
54
|
+
# `true` in RSpec 4.
|
|
55
|
+
mocks.verify_partial_doubles = true
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# The settings below are suggested to provide a good initial experience
|
|
59
|
+
# with RSpec, but feel free to customize to your heart's content.
|
|
60
|
+
=begin
|
|
61
|
+
# These two settings work together to allow you to limit a spec run
|
|
62
|
+
# to individual examples or groups you care about by tagging them with
|
|
63
|
+
# `:focus` metadata. When nothing is tagged with `:focus`, all examples
|
|
64
|
+
# get run.
|
|
65
|
+
config.filter_run :focus
|
|
66
|
+
config.run_all_when_everything_filtered = true
|
|
67
|
+
|
|
68
|
+
# Allows RSpec to persist some state between runs in order to support
|
|
69
|
+
# the `--only-failures` and `--next-failure` CLI options. We recommend
|
|
70
|
+
# you configure your source control system to ignore this file.
|
|
71
|
+
config.example_status_persistence_file_path = "spec/examples.txt"
|
|
72
|
+
|
|
73
|
+
# Limits the available syntax to the non-monkey patched syntax that is
|
|
74
|
+
# recommended. For more details, see:
|
|
75
|
+
# - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
|
|
76
|
+
# - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
|
|
77
|
+
# - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
|
|
78
|
+
config.disable_monkey_patching!
|
|
79
|
+
|
|
80
|
+
# This setting enables warnings. It's recommended, but in some cases may
|
|
81
|
+
# be too noisy due to issues in dependencies.
|
|
82
|
+
config.warnings = true
|
|
83
|
+
|
|
84
|
+
# Many RSpec users commonly either run the entire suite or an individual
|
|
85
|
+
# file, and it's useful to allow more verbose output when running an
|
|
86
|
+
# individual spec file.
|
|
87
|
+
if config.files_to_run.one?
|
|
88
|
+
# Use the documentation formatter for detailed output,
|
|
89
|
+
# unless a formatter has already been configured
|
|
90
|
+
# (e.g. via a command-line flag).
|
|
91
|
+
config.default_formatter = 'doc'
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
# Print the 10 slowest examples and example groups at the
|
|
95
|
+
# end of the spec run, to help surface which specs are running
|
|
96
|
+
# particularly slow.
|
|
97
|
+
config.profile_examples = 10
|
|
98
|
+
|
|
99
|
+
# Run specs in random order to surface order dependencies. If you find an
|
|
100
|
+
# order dependency and want to debug it, you can fix the order by providing
|
|
101
|
+
# the seed, which is printed after each run.
|
|
102
|
+
# --seed 1234
|
|
103
|
+
config.order = :random
|
|
104
|
+
|
|
105
|
+
# Seed global randomization in this process using the `--seed` CLI option.
|
|
106
|
+
# Setting this allows you to use `--seed` to deterministically reproduce
|
|
107
|
+
# test failures related to randomization by passing the same `--seed` value
|
|
108
|
+
# as the one that triggered the failure.
|
|
109
|
+
Kernel.srand config.seed
|
|
110
|
+
=end
|
|
111
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,628 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: proton_api
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.8.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Swagger-Codegen
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2021-02-03 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
|
+
- docs/AccumulationGoalDepositConfig.md
|
|
224
|
+
- docs/AnnuitiesApi.md
|
|
225
|
+
- docs/AnnuityCalculatorAccumulationHorizonRequest.md
|
|
226
|
+
- docs/AnnuityCalculatorAnnuityAmountRequest.md
|
|
227
|
+
- docs/AnnuityCalculatorDecumulationHorizonRequest.md
|
|
228
|
+
- docs/AnnuityCalculatorDepositAmountRequest.md
|
|
229
|
+
- docs/AnnuityCalculatorInitialBalanceRequest.md
|
|
230
|
+
- docs/AnnuityDepositSchedule.md
|
|
231
|
+
- docs/BacktestRequest.md
|
|
232
|
+
- docs/BeneficiaryBequestConfig.md
|
|
233
|
+
- docs/BudgetAggregationAccount.md
|
|
234
|
+
- docs/BudgetCalculatorRequest.md
|
|
235
|
+
- docs/BudgetComponent.md
|
|
236
|
+
- docs/BudgetDetails.md
|
|
237
|
+
- docs/BusinessFinancialHealthCheckRequest.md
|
|
238
|
+
- docs/BusinessFinancialManagementApi.md
|
|
239
|
+
- docs/BusinessInvoiceAnalysisRequest.md
|
|
240
|
+
- docs/CalculatorDepositSchedule.md
|
|
241
|
+
- docs/CalculatorDepositSchedule1.md
|
|
242
|
+
- docs/CardLimitCheckRequest.md
|
|
243
|
+
- docs/CardTransactionAuthorizationRequest.md
|
|
244
|
+
- docs/CardsApi.md
|
|
245
|
+
- docs/CashAnalysisRequest.md
|
|
246
|
+
- docs/CashFlowAnalysisRequest.md
|
|
247
|
+
- docs/ChildrenEducationConfig.md
|
|
248
|
+
- docs/CustomerAnalysisRequest.md
|
|
249
|
+
- docs/DecumulationGoalDepositConfig.md
|
|
250
|
+
- docs/DimensionalRiskScoreRequest.md
|
|
251
|
+
- docs/DiversificationScoreRequest.md
|
|
252
|
+
- docs/EducationCalculatorAnnualCostRequest.md
|
|
253
|
+
- docs/EducationCalculatorDepositAmountRequest.md
|
|
254
|
+
- docs/EducationCalculatorPercentCoveredRequest.md
|
|
255
|
+
- docs/EducationConfig.md
|
|
256
|
+
- docs/EmergencyFundCalculatorRequest.md
|
|
257
|
+
- docs/EventStudyRequest.md
|
|
258
|
+
- docs/FeeAnalysisRequest.md
|
|
259
|
+
- docs/FinancialHealthApi.md
|
|
260
|
+
- docs/FinancialHealthCheckRequest.md
|
|
261
|
+
- docs/FinancialPictureRequest.md
|
|
262
|
+
- docs/FinancialPlanningApi.md
|
|
263
|
+
- docs/FinancialStatementAnalysisRequest.md
|
|
264
|
+
- docs/GoalAccumulationAllocationRequest.md
|
|
265
|
+
- docs/GoalAccumulationRecommendationRequest.md
|
|
266
|
+
- docs/GoalAccumulationStatusRequest.md
|
|
267
|
+
- docs/GoalConfig.md
|
|
268
|
+
- docs/GoalDecumulationAllocationRequest.md
|
|
269
|
+
- docs/GoalDecumulationRecommendationRequest.md
|
|
270
|
+
- docs/GoalDecumulationStatusRequest.md
|
|
271
|
+
- docs/GoalWithdrawalConfig.md
|
|
272
|
+
- docs/GoalsApi.md
|
|
273
|
+
- docs/GuaranteedRateBenefit.md
|
|
274
|
+
- docs/IncomeConfig.md
|
|
275
|
+
- docs/LifeInsuranceApi.md
|
|
276
|
+
- docs/LifeInsuranceNeedsCalculatorRequest.md
|
|
277
|
+
- docs/MonteCarloRequest.md
|
|
278
|
+
- docs/MortgageCalculatorDownPaymentRequest.md
|
|
279
|
+
- docs/MortgageCalculatorHomePriceRequest.md
|
|
280
|
+
- docs/MortgageCalculatorPeriodicPaymentRequest.md
|
|
281
|
+
- docs/MvoRequest.md
|
|
282
|
+
- docs/OptConfig.md
|
|
283
|
+
- docs/OptConfig1.md
|
|
284
|
+
- docs/Periods.md
|
|
285
|
+
- docs/PersonalFinancialManagementApi.md
|
|
286
|
+
- docs/PortfolioConstructionApi.md
|
|
287
|
+
- docs/PortfolioManagementApi.md
|
|
288
|
+
- docs/PortfolioOptimizationScoreRequest.md
|
|
289
|
+
- docs/PortfolioWhatIfRequest.md
|
|
290
|
+
- docs/PurchaseCalculatorAmountRequest.md
|
|
291
|
+
- docs/PurchaseCalculatorDepositAmountRequest.md
|
|
292
|
+
- docs/PurchaseCalculatorHorizonRequest.md
|
|
293
|
+
- docs/RatioTargets.md
|
|
294
|
+
- docs/RatioTargets1.md
|
|
295
|
+
- docs/RebalancingSignalRequest.md
|
|
296
|
+
- docs/RecommendationConfig.md
|
|
297
|
+
- docs/RecommendationConfig1.md
|
|
298
|
+
- docs/RecurringTransactionAnalysisRequest.md
|
|
299
|
+
- docs/RetirementCalculatorDepositAmountRequest.md
|
|
300
|
+
- docs/RetirementCalculatorExpensesRequest.md
|
|
301
|
+
- docs/RetirementCalculatorPercentCoveredRequest.md
|
|
302
|
+
- docs/RiskAllocationRequest.md
|
|
303
|
+
- docs/RiskScoreRequest.md
|
|
304
|
+
- docs/RiskScoringApi.md
|
|
305
|
+
- docs/SavingsCalculatorRequest.md
|
|
306
|
+
- docs/SavingsDepositSchedule.md
|
|
307
|
+
- docs/ScenarioAnalysisRequest.md
|
|
308
|
+
- docs/SensitivityAnalysisRequest.md
|
|
309
|
+
- docs/SensitivityFactor.md
|
|
310
|
+
- docs/Settings.md
|
|
311
|
+
- docs/SimulationsApi.md
|
|
312
|
+
- docs/VariableAnnuityRequest.md
|
|
313
|
+
- docs/WConfig.md
|
|
314
|
+
- docs/WConfig1.md
|
|
315
|
+
- git_push.sh
|
|
316
|
+
- lib/proton_api.rb
|
|
317
|
+
- lib/proton_api/api/annuities_api.rb
|
|
318
|
+
- lib/proton_api/api/business_financial_management_api.rb
|
|
319
|
+
- lib/proton_api/api/cards_api.rb
|
|
320
|
+
- lib/proton_api/api/financial_health_api.rb
|
|
321
|
+
- lib/proton_api/api/financial_planning_api.rb
|
|
322
|
+
- lib/proton_api/api/goals_api.rb
|
|
323
|
+
- lib/proton_api/api/life_insurance_api.rb
|
|
324
|
+
- lib/proton_api/api/personal_financial_management_api.rb
|
|
325
|
+
- lib/proton_api/api/portfolio_construction_api.rb
|
|
326
|
+
- lib/proton_api/api/portfolio_management_api.rb
|
|
327
|
+
- lib/proton_api/api/risk_scoring_api.rb
|
|
328
|
+
- lib/proton_api/api/simulations_api.rb
|
|
329
|
+
- lib/proton_api/api_client.rb
|
|
330
|
+
- lib/proton_api/api_error.rb
|
|
331
|
+
- lib/proton_api/auth_configuration.rb
|
|
332
|
+
- lib/proton_api/configuration.rb
|
|
333
|
+
- lib/proton_api/models/accumulation_goal_deposit_config.rb
|
|
334
|
+
- lib/proton_api/models/annuity_calculator_accumulation_horizon_request.rb
|
|
335
|
+
- lib/proton_api/models/annuity_calculator_annuity_amount_request.rb
|
|
336
|
+
- lib/proton_api/models/annuity_calculator_decumulation_horizon_request.rb
|
|
337
|
+
- lib/proton_api/models/annuity_calculator_deposit_amount_request.rb
|
|
338
|
+
- lib/proton_api/models/annuity_calculator_initial_balance_request.rb
|
|
339
|
+
- lib/proton_api/models/annuity_deposit_schedule.rb
|
|
340
|
+
- lib/proton_api/models/backtest_request.rb
|
|
341
|
+
- lib/proton_api/models/beneficiary_bequest_config.rb
|
|
342
|
+
- lib/proton_api/models/budget_aggregation_account.rb
|
|
343
|
+
- lib/proton_api/models/budget_calculator_request.rb
|
|
344
|
+
- lib/proton_api/models/budget_component.rb
|
|
345
|
+
- lib/proton_api/models/budget_details.rb
|
|
346
|
+
- lib/proton_api/models/business_financial_health_check_request.rb
|
|
347
|
+
- lib/proton_api/models/business_invoice_analysis_request.rb
|
|
348
|
+
- lib/proton_api/models/calculator_deposit_schedule.rb
|
|
349
|
+
- lib/proton_api/models/calculator_deposit_schedule1.rb
|
|
350
|
+
- lib/proton_api/models/card_limit_check_request.rb
|
|
351
|
+
- lib/proton_api/models/card_transaction_authorization_request.rb
|
|
352
|
+
- lib/proton_api/models/cash_analysis_request.rb
|
|
353
|
+
- lib/proton_api/models/cash_flow_analysis_request.rb
|
|
354
|
+
- lib/proton_api/models/children_education_config.rb
|
|
355
|
+
- lib/proton_api/models/customer_analysis_request.rb
|
|
356
|
+
- lib/proton_api/models/decumulation_goal_deposit_config.rb
|
|
357
|
+
- lib/proton_api/models/dimensional_risk_score_request.rb
|
|
358
|
+
- lib/proton_api/models/diversification_score_request.rb
|
|
359
|
+
- lib/proton_api/models/education_calculator_annual_cost_request.rb
|
|
360
|
+
- lib/proton_api/models/education_calculator_deposit_amount_request.rb
|
|
361
|
+
- lib/proton_api/models/education_calculator_percent_covered_request.rb
|
|
362
|
+
- lib/proton_api/models/education_config.rb
|
|
363
|
+
- lib/proton_api/models/emergency_fund_calculator_request.rb
|
|
364
|
+
- lib/proton_api/models/event_study_request.rb
|
|
365
|
+
- lib/proton_api/models/fee_analysis_request.rb
|
|
366
|
+
- lib/proton_api/models/financial_health_check_request.rb
|
|
367
|
+
- lib/proton_api/models/financial_picture_request.rb
|
|
368
|
+
- lib/proton_api/models/financial_statement_analysis_request.rb
|
|
369
|
+
- lib/proton_api/models/goal_accumulation_allocation_request.rb
|
|
370
|
+
- lib/proton_api/models/goal_accumulation_recommendation_request.rb
|
|
371
|
+
- lib/proton_api/models/goal_accumulation_status_request.rb
|
|
372
|
+
- lib/proton_api/models/goal_config.rb
|
|
373
|
+
- lib/proton_api/models/goal_decumulation_allocation_request.rb
|
|
374
|
+
- lib/proton_api/models/goal_decumulation_recommendation_request.rb
|
|
375
|
+
- lib/proton_api/models/goal_decumulation_status_request.rb
|
|
376
|
+
- lib/proton_api/models/goal_withdrawal_config.rb
|
|
377
|
+
- lib/proton_api/models/guaranteed_rate_benefit.rb
|
|
378
|
+
- lib/proton_api/models/income_config.rb
|
|
379
|
+
- lib/proton_api/models/life_insurance_needs_calculator_request.rb
|
|
380
|
+
- lib/proton_api/models/monte_carlo_request.rb
|
|
381
|
+
- lib/proton_api/models/mortgage_calculator_down_payment_request.rb
|
|
382
|
+
- lib/proton_api/models/mortgage_calculator_home_price_request.rb
|
|
383
|
+
- lib/proton_api/models/mortgage_calculator_periodic_payment_request.rb
|
|
384
|
+
- lib/proton_api/models/mvo_request.rb
|
|
385
|
+
- lib/proton_api/models/opt_config.rb
|
|
386
|
+
- lib/proton_api/models/opt_config1.rb
|
|
387
|
+
- lib/proton_api/models/periods.rb
|
|
388
|
+
- lib/proton_api/models/portfolio_optimization_score_request.rb
|
|
389
|
+
- lib/proton_api/models/portfolio_what_if_request.rb
|
|
390
|
+
- lib/proton_api/models/purchase_calculator_amount_request.rb
|
|
391
|
+
- lib/proton_api/models/purchase_calculator_deposit_amount_request.rb
|
|
392
|
+
- lib/proton_api/models/purchase_calculator_horizon_request.rb
|
|
393
|
+
- lib/proton_api/models/ratio_targets.rb
|
|
394
|
+
- lib/proton_api/models/ratio_targets1.rb
|
|
395
|
+
- lib/proton_api/models/rebalancing_signal_request.rb
|
|
396
|
+
- lib/proton_api/models/recommendation_config.rb
|
|
397
|
+
- lib/proton_api/models/recommendation_config1.rb
|
|
398
|
+
- lib/proton_api/models/recurring_transaction_analysis_request.rb
|
|
399
|
+
- lib/proton_api/models/retirement_calculator_deposit_amount_request.rb
|
|
400
|
+
- lib/proton_api/models/retirement_calculator_expenses_request.rb
|
|
401
|
+
- lib/proton_api/models/retirement_calculator_percent_covered_request.rb
|
|
402
|
+
- lib/proton_api/models/risk_allocation_request.rb
|
|
403
|
+
- lib/proton_api/models/risk_score_request.rb
|
|
404
|
+
- lib/proton_api/models/savings_calculator_request.rb
|
|
405
|
+
- lib/proton_api/models/savings_deposit_schedule.rb
|
|
406
|
+
- lib/proton_api/models/scenario_analysis_request.rb
|
|
407
|
+
- lib/proton_api/models/sensitivity_analysis_request.rb
|
|
408
|
+
- lib/proton_api/models/sensitivity_factor.rb
|
|
409
|
+
- lib/proton_api/models/settings.rb
|
|
410
|
+
- lib/proton_api/models/variable_annuity_request.rb
|
|
411
|
+
- lib/proton_api/models/w_config.rb
|
|
412
|
+
- lib/proton_api/models/w_config1.rb
|
|
413
|
+
- lib/proton_api/version.rb
|
|
414
|
+
- proton_api.gemspec
|
|
415
|
+
- spec/api/annuities_api_spec.rb
|
|
416
|
+
- spec/api/business_financial_management_api_spec.rb
|
|
417
|
+
- spec/api/cards_api_spec.rb
|
|
418
|
+
- spec/api/financial_health_api_spec.rb
|
|
419
|
+
- spec/api/financial_planning_api_spec.rb
|
|
420
|
+
- spec/api/goals_api_spec.rb
|
|
421
|
+
- spec/api/life_insurance_api_spec.rb
|
|
422
|
+
- spec/api/personal_financial_management_api_spec.rb
|
|
423
|
+
- spec/api/portfolio_construction_api_spec.rb
|
|
424
|
+
- spec/api/portfolio_management_api_spec.rb
|
|
425
|
+
- spec/api/risk_scoring_api_spec.rb
|
|
426
|
+
- spec/api/simulations_api_spec.rb
|
|
427
|
+
- spec/api_client_spec.rb
|
|
428
|
+
- spec/configuration_spec.rb
|
|
429
|
+
- spec/models/accumulation_goal_deposit_config_spec.rb
|
|
430
|
+
- spec/models/annuity_calculator_accumulation_horizon_request_spec.rb
|
|
431
|
+
- spec/models/annuity_calculator_annuity_amount_request_spec.rb
|
|
432
|
+
- spec/models/annuity_calculator_decumulation_horizon_request_spec.rb
|
|
433
|
+
- spec/models/annuity_calculator_deposit_amount_request_spec.rb
|
|
434
|
+
- spec/models/annuity_calculator_initial_balance_request_spec.rb
|
|
435
|
+
- spec/models/annuity_deposit_schedule_spec.rb
|
|
436
|
+
- spec/models/backtest_request_spec.rb
|
|
437
|
+
- spec/models/beneficiary_bequest_config_spec.rb
|
|
438
|
+
- spec/models/budget_aggregation_account_spec.rb
|
|
439
|
+
- spec/models/budget_calculator_request_spec.rb
|
|
440
|
+
- spec/models/budget_component_spec.rb
|
|
441
|
+
- spec/models/budget_details_spec.rb
|
|
442
|
+
- spec/models/business_financial_health_check_request_spec.rb
|
|
443
|
+
- spec/models/business_invoice_analysis_request_spec.rb
|
|
444
|
+
- spec/models/calculator_deposit_schedule1_spec.rb
|
|
445
|
+
- spec/models/calculator_deposit_schedule_spec.rb
|
|
446
|
+
- spec/models/card_limit_check_request_spec.rb
|
|
447
|
+
- spec/models/card_transaction_authorization_request_spec.rb
|
|
448
|
+
- spec/models/cash_analysis_request_spec.rb
|
|
449
|
+
- spec/models/cash_flow_analysis_request_spec.rb
|
|
450
|
+
- spec/models/children_education_config_spec.rb
|
|
451
|
+
- spec/models/customer_analysis_request_spec.rb
|
|
452
|
+
- spec/models/decumulation_goal_deposit_config_spec.rb
|
|
453
|
+
- spec/models/dimensional_risk_score_request_spec.rb
|
|
454
|
+
- spec/models/diversification_score_request_spec.rb
|
|
455
|
+
- spec/models/education_calculator_annual_cost_request_spec.rb
|
|
456
|
+
- spec/models/education_calculator_deposit_amount_request_spec.rb
|
|
457
|
+
- spec/models/education_calculator_percent_covered_request_spec.rb
|
|
458
|
+
- spec/models/education_config_spec.rb
|
|
459
|
+
- spec/models/emergency_fund_calculator_request_spec.rb
|
|
460
|
+
- spec/models/event_study_request_spec.rb
|
|
461
|
+
- spec/models/fee_analysis_request_spec.rb
|
|
462
|
+
- spec/models/financial_health_check_request_spec.rb
|
|
463
|
+
- spec/models/financial_picture_request_spec.rb
|
|
464
|
+
- spec/models/financial_statement_analysis_request_spec.rb
|
|
465
|
+
- spec/models/goal_accumulation_allocation_request_spec.rb
|
|
466
|
+
- spec/models/goal_accumulation_recommendation_request_spec.rb
|
|
467
|
+
- spec/models/goal_accumulation_status_request_spec.rb
|
|
468
|
+
- spec/models/goal_config_spec.rb
|
|
469
|
+
- spec/models/goal_decumulation_allocation_request_spec.rb
|
|
470
|
+
- spec/models/goal_decumulation_recommendation_request_spec.rb
|
|
471
|
+
- spec/models/goal_decumulation_status_request_spec.rb
|
|
472
|
+
- spec/models/goal_withdrawal_config_spec.rb
|
|
473
|
+
- spec/models/guaranteed_rate_benefit_spec.rb
|
|
474
|
+
- spec/models/income_config_spec.rb
|
|
475
|
+
- spec/models/life_insurance_needs_calculator_request_spec.rb
|
|
476
|
+
- spec/models/monte_carlo_request_spec.rb
|
|
477
|
+
- spec/models/mortgage_calculator_down_payment_request_spec.rb
|
|
478
|
+
- spec/models/mortgage_calculator_home_price_request_spec.rb
|
|
479
|
+
- spec/models/mortgage_calculator_periodic_payment_request_spec.rb
|
|
480
|
+
- spec/models/mvo_request_spec.rb
|
|
481
|
+
- spec/models/opt_config1_spec.rb
|
|
482
|
+
- spec/models/opt_config_spec.rb
|
|
483
|
+
- spec/models/periods_spec.rb
|
|
484
|
+
- spec/models/portfolio_optimization_score_request_spec.rb
|
|
485
|
+
- spec/models/portfolio_what_if_request_spec.rb
|
|
486
|
+
- spec/models/purchase_calculator_amount_request_spec.rb
|
|
487
|
+
- spec/models/purchase_calculator_deposit_amount_request_spec.rb
|
|
488
|
+
- spec/models/purchase_calculator_horizon_request_spec.rb
|
|
489
|
+
- spec/models/ratio_targets1_spec.rb
|
|
490
|
+
- spec/models/ratio_targets_spec.rb
|
|
491
|
+
- spec/models/rebalancing_signal_request_spec.rb
|
|
492
|
+
- spec/models/recommendation_config1_spec.rb
|
|
493
|
+
- spec/models/recommendation_config_spec.rb
|
|
494
|
+
- spec/models/recurring_transaction_analysis_request_spec.rb
|
|
495
|
+
- spec/models/retirement_calculator_deposit_amount_request_spec.rb
|
|
496
|
+
- spec/models/retirement_calculator_expenses_request_spec.rb
|
|
497
|
+
- spec/models/retirement_calculator_percent_covered_request_spec.rb
|
|
498
|
+
- spec/models/risk_allocation_request_spec.rb
|
|
499
|
+
- spec/models/risk_score_request_spec.rb
|
|
500
|
+
- spec/models/savings_calculator_request_spec.rb
|
|
501
|
+
- spec/models/savings_deposit_schedule_spec.rb
|
|
502
|
+
- spec/models/scenario_analysis_request_spec.rb
|
|
503
|
+
- spec/models/sensitivity_analysis_request_spec.rb
|
|
504
|
+
- spec/models/sensitivity_factor_spec.rb
|
|
505
|
+
- spec/models/settings_spec.rb
|
|
506
|
+
- spec/models/variable_annuity_request_spec.rb
|
|
507
|
+
- spec/models/w_config1_spec.rb
|
|
508
|
+
- spec/models/w_config_spec.rb
|
|
509
|
+
- spec/spec_helper.rb
|
|
510
|
+
homepage: https://github.com/swagger-api/swagger-codegen
|
|
511
|
+
licenses:
|
|
512
|
+
- Unlicense
|
|
513
|
+
metadata: {}
|
|
514
|
+
post_install_message:
|
|
515
|
+
rdoc_options: []
|
|
516
|
+
require_paths:
|
|
517
|
+
- lib
|
|
518
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
519
|
+
requirements:
|
|
520
|
+
- - ">="
|
|
521
|
+
- !ruby/object:Gem::Version
|
|
522
|
+
version: '1.9'
|
|
523
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
524
|
+
requirements:
|
|
525
|
+
- - ">="
|
|
526
|
+
- !ruby/object:Gem::Version
|
|
527
|
+
version: '0'
|
|
528
|
+
requirements: []
|
|
529
|
+
rubygems_version: 3.1.2
|
|
530
|
+
signing_key:
|
|
531
|
+
specification_version: 4
|
|
532
|
+
summary: Hydrogen Proton API Ruby Gem
|
|
533
|
+
test_files:
|
|
534
|
+
- spec/api/risk_scoring_api_spec.rb
|
|
535
|
+
- spec/api/annuities_api_spec.rb
|
|
536
|
+
- spec/api/business_financial_management_api_spec.rb
|
|
537
|
+
- spec/api/financial_health_api_spec.rb
|
|
538
|
+
- spec/api/goals_api_spec.rb
|
|
539
|
+
- spec/api/personal_financial_management_api_spec.rb
|
|
540
|
+
- spec/api/portfolio_management_api_spec.rb
|
|
541
|
+
- spec/api/portfolio_construction_api_spec.rb
|
|
542
|
+
- spec/api/cards_api_spec.rb
|
|
543
|
+
- spec/api/financial_planning_api_spec.rb
|
|
544
|
+
- spec/api/simulations_api_spec.rb
|
|
545
|
+
- spec/api/life_insurance_api_spec.rb
|
|
546
|
+
- spec/api_client_spec.rb
|
|
547
|
+
- spec/configuration_spec.rb
|
|
548
|
+
- spec/models/ratio_targets_spec.rb
|
|
549
|
+
- spec/models/purchase_calculator_deposit_amount_request_spec.rb
|
|
550
|
+
- spec/models/purchase_calculator_amount_request_spec.rb
|
|
551
|
+
- spec/models/emergency_fund_calculator_request_spec.rb
|
|
552
|
+
- spec/models/mvo_request_spec.rb
|
|
553
|
+
- spec/models/settings_spec.rb
|
|
554
|
+
- spec/models/financial_statement_analysis_request_spec.rb
|
|
555
|
+
- spec/models/monte_carlo_request_spec.rb
|
|
556
|
+
- spec/models/w_config_spec.rb
|
|
557
|
+
- spec/models/opt_config_spec.rb
|
|
558
|
+
- spec/models/financial_picture_request_spec.rb
|
|
559
|
+
- spec/models/savings_calculator_request_spec.rb
|
|
560
|
+
- spec/models/goal_decumulation_recommendation_request_spec.rb
|
|
561
|
+
- spec/models/savings_deposit_schedule_spec.rb
|
|
562
|
+
- spec/models/cash_analysis_request_spec.rb
|
|
563
|
+
- spec/models/goal_decumulation_allocation_request_spec.rb
|
|
564
|
+
- spec/models/portfolio_what_if_request_spec.rb
|
|
565
|
+
- spec/models/goal_accumulation_recommendation_request_spec.rb
|
|
566
|
+
- spec/models/calculator_deposit_schedule_spec.rb
|
|
567
|
+
- spec/models/financial_health_check_request_spec.rb
|
|
568
|
+
- spec/models/beneficiary_bequest_config_spec.rb
|
|
569
|
+
- spec/models/fee_analysis_request_spec.rb
|
|
570
|
+
- spec/models/recurring_transaction_analysis_request_spec.rb
|
|
571
|
+
- spec/models/retirement_calculator_percent_covered_request_spec.rb
|
|
572
|
+
- spec/models/risk_allocation_request_spec.rb
|
|
573
|
+
- spec/models/variable_annuity_request_spec.rb
|
|
574
|
+
- spec/models/rebalancing_signal_request_spec.rb
|
|
575
|
+
- spec/models/portfolio_optimization_score_request_spec.rb
|
|
576
|
+
- spec/models/diversification_score_request_spec.rb
|
|
577
|
+
- spec/models/dimensional_risk_score_request_spec.rb
|
|
578
|
+
- spec/models/budget_component_spec.rb
|
|
579
|
+
- spec/models/periods_spec.rb
|
|
580
|
+
- spec/models/purchase_calculator_horizon_request_spec.rb
|
|
581
|
+
- spec/models/budget_calculator_request_spec.rb
|
|
582
|
+
- spec/models/annuity_calculator_accumulation_horizon_request_spec.rb
|
|
583
|
+
- spec/models/annuity_deposit_schedule_spec.rb
|
|
584
|
+
- spec/models/mortgage_calculator_periodic_payment_request_spec.rb
|
|
585
|
+
- spec/models/decumulation_goal_deposit_config_spec.rb
|
|
586
|
+
- spec/models/annuity_calculator_initial_balance_request_spec.rb
|
|
587
|
+
- spec/models/customer_analysis_request_spec.rb
|
|
588
|
+
- spec/models/calculator_deposit_schedule1_spec.rb
|
|
589
|
+
- spec/models/retirement_calculator_deposit_amount_request_spec.rb
|
|
590
|
+
- spec/models/sensitivity_analysis_request_spec.rb
|
|
591
|
+
- spec/models/risk_score_request_spec.rb
|
|
592
|
+
- spec/models/business_invoice_analysis_request_spec.rb
|
|
593
|
+
- spec/models/backtest_request_spec.rb
|
|
594
|
+
- spec/models/recommendation_config1_spec.rb
|
|
595
|
+
- spec/models/w_config1_spec.rb
|
|
596
|
+
- spec/models/income_config_spec.rb
|
|
597
|
+
- spec/models/mortgage_calculator_down_payment_request_spec.rb
|
|
598
|
+
- spec/models/life_insurance_needs_calculator_request_spec.rb
|
|
599
|
+
- spec/models/cash_flow_analysis_request_spec.rb
|
|
600
|
+
- spec/models/sensitivity_factor_spec.rb
|
|
601
|
+
- spec/models/card_limit_check_request_spec.rb
|
|
602
|
+
- spec/models/ratio_targets1_spec.rb
|
|
603
|
+
- spec/models/recommendation_config_spec.rb
|
|
604
|
+
- spec/models/education_calculator_percent_covered_request_spec.rb
|
|
605
|
+
- spec/models/accumulation_goal_deposit_config_spec.rb
|
|
606
|
+
- spec/models/guaranteed_rate_benefit_spec.rb
|
|
607
|
+
- spec/models/annuity_calculator_decumulation_horizon_request_spec.rb
|
|
608
|
+
- spec/models/budget_details_spec.rb
|
|
609
|
+
- spec/models/education_calculator_annual_cost_request_spec.rb
|
|
610
|
+
- spec/models/children_education_config_spec.rb
|
|
611
|
+
- spec/models/mortgage_calculator_home_price_request_spec.rb
|
|
612
|
+
- spec/models/education_calculator_deposit_amount_request_spec.rb
|
|
613
|
+
- spec/models/retirement_calculator_expenses_request_spec.rb
|
|
614
|
+
- spec/models/budget_aggregation_account_spec.rb
|
|
615
|
+
- spec/models/opt_config1_spec.rb
|
|
616
|
+
- spec/models/goal_accumulation_status_request_spec.rb
|
|
617
|
+
- spec/models/business_financial_health_check_request_spec.rb
|
|
618
|
+
- spec/models/goal_config_spec.rb
|
|
619
|
+
- spec/models/card_transaction_authorization_request_spec.rb
|
|
620
|
+
- spec/models/education_config_spec.rb
|
|
621
|
+
- spec/models/goal_accumulation_allocation_request_spec.rb
|
|
622
|
+
- spec/models/scenario_analysis_request_spec.rb
|
|
623
|
+
- spec/models/goal_decumulation_status_request_spec.rb
|
|
624
|
+
- spec/models/goal_withdrawal_config_spec.rb
|
|
625
|
+
- spec/models/annuity_calculator_deposit_amount_request_spec.rb
|
|
626
|
+
- spec/models/event_study_request_spec.rb
|
|
627
|
+
- spec/models/annuity_calculator_annuity_amount_request_spec.rb
|
|
628
|
+
- spec/spec_helper.rb
|