proton_api 1.8.0 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +35 -205
- data/lib/proton_api.rb +10 -2
- data/lib/proton_api/api/annuities_api.rb +2 -2
- data/lib/proton_api/api/business_financial_management_api.rb +2 -2
- data/lib/proton_api/api/cards_api.rb +56 -2
- data/lib/proton_api/api/financial_health_api.rb +2 -2
- data/lib/proton_api/api/financial_planning_api.rb +2 -2
- data/lib/proton_api/api/goals_api.rb +2 -2
- data/lib/proton_api/api/life_insurance_api.rb +2 -2
- data/lib/proton_api/api/personal_financial_management_api.rb +56 -2
- data/lib/proton_api/api/portfolio_construction_api.rb +2 -2
- data/lib/proton_api/api/portfolio_management_api.rb +2 -2
- data/lib/proton_api/api/risk_scoring_api.rb +2 -2
- data/lib/proton_api/api/simulations_api.rb +2 -2
- data/lib/proton_api/api/util_api.rb +185 -0
- data/lib/proton_api/api_client.rb +6 -6
- data/lib/proton_api/api_error.rb +2 -2
- data/lib/proton_api/configuration.rb +3 -3
- data/lib/proton_api/models/accumulation_goal_deposit_config.rb +25 -25
- data/lib/proton_api/models/annuity_calculator_accumulation_horizon_request.rb +138 -141
- data/lib/proton_api/models/annuity_calculator_annuity_amount_request.rb +129 -132
- data/lib/proton_api/models/annuity_calculator_decumulation_horizon_request.rb +138 -141
- data/lib/proton_api/models/annuity_calculator_deposit_amount_request.rb +138 -141
- data/lib/proton_api/models/annuity_calculator_initial_balance_request.rb +138 -141
- data/lib/proton_api/models/annuity_deposit_schedule.rb +33 -36
- data/lib/proton_api/models/answer.rb +186 -0
- data/lib/proton_api/models/backtest_request.rb +56 -59
- data/lib/proton_api/models/beneficiary_bequest_config.rb +32 -35
- data/lib/proton_api/models/budget_aggregation_account.rb +7 -10
- data/lib/proton_api/models/budget_calculator_request.rb +85 -66
- data/lib/proton_api/models/budget_component.rb +25 -28
- data/lib/proton_api/models/budget_details.rb +75 -78
- data/lib/proton_api/models/business_financial_health_check_request.rb +172 -166
- data/lib/proton_api/models/business_invoice_analysis_request.rb +79 -73
- data/lib/proton_api/models/calculator_deposit_schedule.rb +22 -25
- data/lib/proton_api/models/calculator_deposit_schedule1.rb +33 -36
- data/lib/proton_api/models/card_analysis_request.rb +372 -0
- data/lib/proton_api/models/card_limit_check_request.rb +42 -14
- data/lib/proton_api/models/card_transaction_authorization_request.rb +143 -80
- data/lib/proton_api/models/cash_analysis_request.rb +82 -63
- data/lib/proton_api/models/cash_flow_analysis_request.rb +104 -76
- data/lib/proton_api/models/children_education_config.rb +7 -10
- data/lib/proton_api/models/customer_analysis_request.rb +60 -54
- data/lib/proton_api/models/decision_tree_result_request.rb +236 -0
- data/lib/proton_api/models/decumulation_goal_deposit_config.rb +28 -31
- data/lib/proton_api/models/dimensional_risk_score_request.rb +52 -55
- data/lib/proton_api/models/diversification_score_request.rb +59 -62
- data/lib/proton_api/models/education_calculator_annual_cost_request.rb +143 -146
- data/lib/proton_api/models/education_calculator_deposit_amount_request.rb +170 -173
- data/lib/proton_api/models/education_calculator_percent_covered_request.rb +136 -139
- data/lib/proton_api/models/education_config.rb +44 -47
- data/lib/proton_api/models/emergency_fund_calculator_request.rb +182 -185
- data/lib/proton_api/models/event_study_request.rb +64 -67
- data/lib/proton_api/models/fee_analysis_request.rb +42 -34
- data/lib/proton_api/models/financial_health_check_request.rb +109 -112
- data/lib/proton_api/models/financial_picture_request.rb +53 -52
- data/lib/proton_api/models/financial_statement_analysis_request.rb +140 -134
- data/lib/proton_api/models/goal_accumulation_allocation_request.rb +271 -274
- data/lib/proton_api/models/goal_accumulation_recommendation_request.rb +218 -221
- data/lib/proton_api/models/goal_accumulation_status_request.rb +218 -221
- data/lib/proton_api/models/goal_config.rb +35 -38
- data/lib/proton_api/models/goal_decumulation_allocation_request.rb +293 -296
- data/lib/proton_api/models/goal_decumulation_recommendation_request.rb +242 -245
- data/lib/proton_api/models/goal_decumulation_status_request.rb +242 -245
- data/lib/proton_api/models/goal_withdrawal_config.rb +82 -85
- data/lib/proton_api/models/guaranteed_rate_benefit.rb +51 -54
- data/lib/proton_api/models/income_config.rb +37 -40
- data/lib/proton_api/models/life_insurance_needs_calculator_request.rb +152 -155
- data/lib/proton_api/models/location.rb +183 -0
- data/lib/proton_api/models/monte_carlo_request.rb +157 -160
- data/lib/proton_api/models/mortgage_calculator_down_payment_request.rb +46 -49
- data/lib/proton_api/models/mortgage_calculator_home_price_request.rb +46 -49
- data/lib/proton_api/models/mortgage_calculator_periodic_payment_request.rb +71 -74
- data/lib/proton_api/models/mvo_request.rb +88 -91
- data/lib/proton_api/models/opt_config.rb +54 -57
- data/lib/proton_api/models/opt_config1.rb +29 -32
- 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 +7 -10
- data/lib/proton_api/models/portfolio_optimization_score_request.rb +68 -71
- data/lib/proton_api/models/portfolio_what_if_request.rb +71 -74
- data/lib/proton_api/models/purchase_calculator_amount_request.rb +112 -115
- data/lib/proton_api/models/purchase_calculator_deposit_amount_request.rb +136 -139
- data/lib/proton_api/models/purchase_calculator_horizon_request.rb +100 -103
- data/lib/proton_api/models/ratio_targets.rb +79 -82
- data/lib/proton_api/models/ratio_targets1.rb +38 -41
- data/lib/proton_api/models/rebalancing_signal_request.rb +26 -29
- data/lib/proton_api/models/recommendation_config.rb +104 -107
- data/lib/proton_api/models/recommendation_config1.rb +100 -103
- data/lib/proton_api/models/recurring_transaction_analysis_request.rb +106 -76
- data/lib/proton_api/models/retirement_calculator_deposit_amount_request.rb +148 -151
- data/lib/proton_api/models/retirement_calculator_expenses_request.rb +119 -122
- data/lib/proton_api/models/retirement_calculator_percent_covered_request.rb +132 -135
- data/lib/proton_api/models/risk_allocation_request.rb +53 -56
- data/lib/proton_api/models/risk_score_request.rb +37 -40
- data/lib/proton_api/models/savings_calculator_request.rb +100 -103
- data/lib/proton_api/models/savings_deposit_schedule.rb +22 -25
- data/lib/proton_api/models/scenario_analysis_request.rb +81 -84
- data/lib/proton_api/models/sensitivity_analysis_request.rb +77 -80
- data/lib/proton_api/models/sensitivity_factor.rb +58 -61
- data/lib/proton_api/models/settings.rb +38 -41
- data/lib/proton_api/models/spending_analysis_request.rb +505 -0
- data/lib/proton_api/models/variable_annuity_request.rb +284 -287
- data/lib/proton_api/models/w_config.rb +77 -80
- data/lib/proton_api/models/w_config1.rb +66 -69
- data/lib/proton_api/version.rb +3 -3
- data/proton_api.gemspec +2 -2
- data/spec/api/annuities_api_spec.rb +2 -2
- data/spec/api/business_financial_management_api_spec.rb +2 -2
- data/spec/api/cards_api_spec.rb +14 -2
- data/spec/api/financial_health_api_spec.rb +2 -2
- data/spec/api/financial_planning_api_spec.rb +2 -2
- data/spec/api/goals_api_spec.rb +2 -2
- data/spec/api/life_insurance_api_spec.rb +2 -2
- data/spec/api/personal_financial_management_api_spec.rb +14 -2
- data/spec/api/portfolio_construction_api_spec.rb +2 -2
- data/spec/api/portfolio_management_api_spec.rb +2 -2
- data/spec/api/risk_scoring_api_spec.rb +2 -2
- data/spec/api/simulations_api_spec.rb +2 -2
- data/spec/api/util_api_spec.rb +71 -0
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +5 -5
- data/spec/models/accumulation_goal_deposit_config_spec.rb +10 -10
- data/spec/models/annuity_calculator_accumulation_horizon_request_spec.rb +17 -17
- data/spec/models/annuity_calculator_annuity_amount_request_spec.rb +17 -17
- data/spec/models/annuity_calculator_decumulation_horizon_request_spec.rb +17 -17
- data/spec/models/annuity_calculator_deposit_amount_request_spec.rb +17 -17
- data/spec/models/annuity_calculator_initial_balance_request_spec.rb +17 -17
- data/spec/models/annuity_deposit_schedule_spec.rb +4 -4
- data/spec/models/answer_spec.rb +41 -0
- data/spec/models/backtest_request_spec.rb +10 -10
- data/spec/models/beneficiary_bequest_config_spec.rb +4 -4
- data/spec/models/budget_aggregation_account_spec.rb +2 -2
- data/spec/models/budget_calculator_request_spec.rb +25 -13
- data/spec/models/budget_component_spec.rb +4 -4
- data/spec/models/budget_details_spec.rb +15 -15
- data/spec/models/business_financial_health_check_request_spec.rb +34 -28
- data/spec/models/business_invoice_analysis_request_spec.rb +18 -12
- data/spec/models/calculator_deposit_schedule1_spec.rb +4 -4
- data/spec/models/calculator_deposit_schedule_spec.rb +8 -8
- data/spec/models/card_analysis_request_spec.rb +129 -0
- data/spec/models/card_limit_check_request_spec.rb +20 -2
- data/spec/models/card_transaction_authorization_request_spec.rb +57 -15
- data/spec/models/cash_analysis_request_spec.rb +25 -13
- data/spec/models/cash_flow_analysis_request_spec.rb +34 -16
- data/spec/models/children_education_config_spec.rb +2 -2
- data/spec/models/customer_analysis_request_spec.rb +15 -9
- data/spec/models/decision_tree_result_request_spec.rb +51 -0
- data/spec/models/decumulation_goal_deposit_config_spec.rb +10 -10
- data/spec/models/dimensional_risk_score_request_spec.rb +8 -8
- data/spec/models/diversification_score_request_spec.rb +14 -14
- data/spec/models/education_calculator_annual_cost_request_spec.rb +13 -13
- data/spec/models/education_calculator_deposit_amount_request_spec.rb +13 -13
- data/spec/models/education_calculator_percent_covered_request_spec.rb +12 -12
- data/spec/models/education_config_spec.rb +5 -5
- data/spec/models/emergency_fund_calculator_request_spec.rb +23 -23
- data/spec/models/event_study_request_spec.rb +17 -17
- data/spec/models/fee_analysis_request_spec.rb +12 -6
- data/spec/models/financial_health_check_request_spec.rb +12 -12
- data/spec/models/financial_picture_request_spec.rb +15 -9
- data/spec/models/financial_statement_analysis_request_spec.rb +39 -33
- data/spec/models/goal_accumulation_allocation_request_spec.rb +48 -48
- data/spec/models/goal_accumulation_recommendation_request_spec.rb +34 -34
- data/spec/models/goal_accumulation_status_request_spec.rb +34 -34
- data/spec/models/goal_config_spec.rb +4 -4
- data/spec/models/goal_decumulation_allocation_request_spec.rb +51 -51
- data/spec/models/goal_decumulation_recommendation_request_spec.rb +35 -35
- data/spec/models/goal_decumulation_status_request_spec.rb +35 -35
- data/spec/models/goal_withdrawal_config_spec.rb +20 -20
- data/spec/models/guaranteed_rate_benefit_spec.rb +5 -5
- data/spec/models/income_config_spec.rb +4 -4
- data/spec/models/life_insurance_needs_calculator_request_spec.rb +16 -16
- data/spec/models/location_spec.rb +41 -0
- data/spec/models/monte_carlo_request_spec.rb +31 -31
- data/spec/models/mortgage_calculator_down_payment_request_spec.rb +6 -6
- data/spec/models/mortgage_calculator_home_price_request_spec.rb +6 -6
- data/spec/models/mortgage_calculator_periodic_payment_request_spec.rb +6 -6
- data/spec/models/mvo_request_spec.rb +23 -23
- data/spec/models/opt_config1_spec.rb +10 -10
- data/spec/models/opt_config_spec.rb +13 -13
- 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 +2 -2
- data/spec/models/portfolio_optimization_score_request_spec.rb +16 -16
- data/spec/models/portfolio_what_if_request_spec.rb +16 -16
- data/spec/models/purchase_calculator_amount_request_spec.rb +14 -14
- data/spec/models/purchase_calculator_deposit_amount_request_spec.rb +16 -16
- data/spec/models/purchase_calculator_horizon_request_spec.rb +10 -10
- data/spec/models/ratio_targets1_spec.rb +4 -4
- data/spec/models/ratio_targets_spec.rb +8 -8
- data/spec/models/rebalancing_signal_request_spec.rb +6 -6
- data/spec/models/recommendation_config1_spec.rb +9 -9
- data/spec/models/recommendation_config_spec.rb +9 -9
- data/spec/models/recurring_transaction_analysis_request_spec.rb +33 -15
- data/spec/models/retirement_calculator_deposit_amount_request_spec.rb +13 -13
- data/spec/models/retirement_calculator_expenses_request_spec.rb +12 -12
- data/spec/models/retirement_calculator_percent_covered_request_spec.rb +12 -12
- data/spec/models/risk_allocation_request_spec.rb +15 -15
- data/spec/models/risk_score_request_spec.rb +8 -8
- data/spec/models/savings_calculator_request_spec.rb +16 -16
- data/spec/models/savings_deposit_schedule_spec.rb +8 -8
- data/spec/models/scenario_analysis_request_spec.rb +19 -19
- data/spec/models/sensitivity_analysis_request_spec.rb +23 -23
- data/spec/models/sensitivity_factor_spec.rb +6 -6
- data/spec/models/settings_spec.rb +13 -13
- data/spec/models/spending_analysis_request_spec.rb +187 -0
- data/spec/models/variable_annuity_request_spec.rb +40 -40
- data/spec/models/w_config1_spec.rb +6 -6
- data/spec/models/w_config_spec.rb +7 -7
- data/spec/spec_helper.rb +2 -2
- metadata +26 -94
- data/docs/AccumulationGoalDepositConfig.md +0 -14
- data/docs/AnnuitiesApi.md +0 -344
- data/docs/AnnuityCalculatorAccumulationHorizonRequest.md +0 -19
- data/docs/AnnuityCalculatorAnnuityAmountRequest.md +0 -19
- data/docs/AnnuityCalculatorDecumulationHorizonRequest.md +0 -19
- data/docs/AnnuityCalculatorDepositAmountRequest.md +0 -19
- data/docs/AnnuityCalculatorInitialBalanceRequest.md +0 -19
- data/docs/AnnuityDepositSchedule.md +0 -10
- data/docs/BacktestRequest.md +0 -17
- data/docs/BeneficiaryBequestConfig.md +0 -10
- data/docs/BudgetAggregationAccount.md +0 -8
- data/docs/BudgetCalculatorRequest.md +0 -16
- data/docs/BudgetComponent.md +0 -10
- data/docs/BudgetDetails.md +0 -17
- data/docs/BusinessFinancialHealthCheckRequest.md +0 -22
- data/docs/BusinessFinancialManagementApi.md +0 -288
- data/docs/BusinessInvoiceAnalysisRequest.md +0 -20
- data/docs/CalculatorDepositSchedule.md +0 -9
- data/docs/CalculatorDepositSchedule1.md +0 -10
- data/docs/CardLimitCheckRequest.md +0 -9
- data/docs/CardTransactionAuthorizationRequest.md +0 -19
- data/docs/CardsApi.md +0 -120
- data/docs/CashAnalysisRequest.md +0 -17
- data/docs/CashFlowAnalysisRequest.md +0 -20
- data/docs/ChildrenEducationConfig.md +0 -9
- data/docs/CustomerAnalysisRequest.md +0 -17
- data/docs/DecumulationGoalDepositConfig.md +0 -14
- data/docs/DimensionalRiskScoreRequest.md +0 -16
- data/docs/DiversificationScoreRequest.md +0 -19
- data/docs/EducationCalculatorAnnualCostRequest.md +0 -18
- data/docs/EducationCalculatorDepositAmountRequest.md +0 -19
- data/docs/EducationCalculatorPercentCoveredRequest.md +0 -18
- data/docs/EducationConfig.md +0 -10
- data/docs/EmergencyFundCalculatorRequest.md +0 -24
- data/docs/EventStudyRequest.md +0 -18
- data/docs/FeeAnalysisRequest.md +0 -13
- data/docs/FinancialHealthApi.md +0 -232
- data/docs/FinancialHealthCheckRequest.md +0 -17
- data/docs/FinancialPictureRequest.md +0 -16
- data/docs/FinancialPlanningApi.md +0 -680
- data/docs/FinancialStatementAnalysisRequest.md +0 -22
- data/docs/GoalAccumulationAllocationRequest.md +0 -33
- data/docs/GoalAccumulationRecommendationRequest.md +0 -28
- data/docs/GoalAccumulationStatusRequest.md +0 -28
- data/docs/GoalConfig.md +0 -9
- data/docs/GoalDecumulationAllocationRequest.md +0 -34
- data/docs/GoalDecumulationRecommendationRequest.md +0 -29
- data/docs/GoalDecumulationStatusRequest.md +0 -29
- data/docs/GoalWithdrawalConfig.md +0 -14
- data/docs/GoalsApi.md +0 -344
- data/docs/GuaranteedRateBenefit.md +0 -11
- data/docs/IncomeConfig.md +0 -10
- data/docs/LifeInsuranceApi.md +0 -64
- data/docs/LifeInsuranceNeedsCalculatorRequest.md +0 -22
- data/docs/MonteCarloRequest.md +0 -29
- data/docs/MortgageCalculatorDownPaymentRequest.md +0 -11
- data/docs/MortgageCalculatorHomePriceRequest.md +0 -11
- data/docs/MortgageCalculatorPeriodicPaymentRequest.md +0 -11
- data/docs/MvoRequest.md +0 -18
- data/docs/OptConfig.md +0 -14
- data/docs/OptConfig1.md +0 -12
- data/docs/Periods.md +0 -9
- data/docs/PersonalFinancialManagementApi.md +0 -288
- data/docs/PortfolioConstructionApi.md +0 -64
- data/docs/PortfolioManagementApi.md +0 -64
- data/docs/PortfolioOptimizationScoreRequest.md +0 -21
- data/docs/PortfolioWhatIfRequest.md +0 -21
- data/docs/PurchaseCalculatorAmountRequest.md +0 -16
- data/docs/PurchaseCalculatorDepositAmountRequest.md +0 -17
- data/docs/PurchaseCalculatorHorizonRequest.md +0 -15
- data/docs/RatioTargets.md +0 -13
- data/docs/RatioTargets1.md +0 -13
- data/docs/RebalancingSignalRequest.md +0 -13
- data/docs/RecommendationConfig.md +0 -15
- data/docs/RecommendationConfig1.md +0 -14
- data/docs/RecurringTransactionAnalysisRequest.md +0 -19
- data/docs/RetirementCalculatorDepositAmountRequest.md +0 -20
- data/docs/RetirementCalculatorExpensesRequest.md +0 -19
- data/docs/RetirementCalculatorPercentCoveredRequest.md +0 -19
- data/docs/RiskAllocationRequest.md +0 -14
- data/docs/RiskScoreRequest.md +0 -13
- data/docs/RiskScoringApi.md +0 -176
- data/docs/SavingsCalculatorRequest.md +0 -17
- data/docs/SavingsDepositSchedule.md +0 -11
- data/docs/ScenarioAnalysisRequest.md +0 -22
- data/docs/SensitivityAnalysisRequest.md +0 -22
- data/docs/SensitivityFactor.md +0 -11
- data/docs/Settings.md +0 -13
- data/docs/SimulationsApi.md +0 -400
- data/docs/VariableAnnuityRequest.md +0 -34
- data/docs/WConfig.md +0 -12
- data/docs/WConfig1.md +0 -12
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Financial engineering module of Hydrogen Atom
|
5
5
|
|
6
|
-
OpenAPI spec version: 1.
|
6
|
+
OpenAPI spec version: 1.9.0
|
7
7
|
Contact: info@hydrogenplatform.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.19
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,47 +14,47 @@ require 'date'
|
|
14
14
|
|
15
15
|
module ProtonApi
|
16
16
|
class PurchaseCalculatorHorizonRequest
|
17
|
-
attr_accessor :purchase_amount
|
18
|
-
|
19
|
-
attr_accessor :aggregation_account_ids
|
20
|
-
|
21
|
-
attr_accessor :current_savings
|
22
|
-
|
23
17
|
attr_accessor :account_ids
|
24
18
|
|
25
19
|
attr_accessor :investment_tax
|
26
20
|
|
27
|
-
attr_accessor :inflation_rate
|
28
|
-
|
29
21
|
attr_accessor :portfolio_return
|
30
22
|
|
31
23
|
attr_accessor :deposit_schedule
|
32
24
|
|
25
|
+
attr_accessor :current_savings
|
26
|
+
|
27
|
+
attr_accessor :purchase_amount
|
28
|
+
|
29
|
+
attr_accessor :inflation_rate
|
30
|
+
|
31
|
+
attr_accessor :aggregation_account_ids
|
32
|
+
|
33
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
34
34
|
def self.attribute_map
|
35
35
|
{
|
36
|
-
:'purchase_amount' => :'purchase_amount',
|
37
|
-
:'aggregation_account_ids' => :'aggregation_account_ids',
|
38
|
-
:'current_savings' => :'current_savings',
|
39
36
|
:'account_ids' => :'account_ids',
|
40
37
|
:'investment_tax' => :'investment_tax',
|
41
|
-
:'inflation_rate' => :'inflation_rate',
|
42
38
|
:'portfolio_return' => :'portfolio_return',
|
43
|
-
:'deposit_schedule' => :'deposit_schedule'
|
39
|
+
:'deposit_schedule' => :'deposit_schedule',
|
40
|
+
:'current_savings' => :'current_savings',
|
41
|
+
:'purchase_amount' => :'purchase_amount',
|
42
|
+
:'inflation_rate' => :'inflation_rate',
|
43
|
+
:'aggregation_account_ids' => :'aggregation_account_ids'
|
44
44
|
}
|
45
45
|
end
|
46
46
|
|
47
47
|
# Attribute type mapping.
|
48
48
|
def self.swagger_types
|
49
49
|
{
|
50
|
-
:'purchase_amount' => :'Float',
|
51
|
-
:'aggregation_account_ids' => :'Array<String>',
|
52
|
-
:'current_savings' => :'Float',
|
53
50
|
:'account_ids' => :'Array<String>',
|
54
51
|
:'investment_tax' => :'Float',
|
55
|
-
:'inflation_rate' => :'Float',
|
56
52
|
:'portfolio_return' => :'Float',
|
57
|
-
:'deposit_schedule' => :'CalculatorDepositSchedule1'
|
53
|
+
:'deposit_schedule' => :'CalculatorDepositSchedule1',
|
54
|
+
:'current_savings' => :'Float',
|
55
|
+
:'purchase_amount' => :'Float',
|
56
|
+
:'inflation_rate' => :'Float',
|
57
|
+
:'aggregation_account_ids' => :'Array<String>'
|
58
58
|
}
|
59
59
|
end
|
60
60
|
|
@@ -66,22 +66,6 @@ module ProtonApi
|
|
66
66
|
# convert string to symbol for hash key
|
67
67
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
68
68
|
|
69
|
-
if attributes.has_key?(:'purchase_amount')
|
70
|
-
self.purchase_amount = attributes[:'purchase_amount']
|
71
|
-
end
|
72
|
-
|
73
|
-
if attributes.has_key?(:'aggregation_account_ids')
|
74
|
-
if (value = attributes[:'aggregation_account_ids']).is_a?(Array)
|
75
|
-
self.aggregation_account_ids = value
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
|
-
if attributes.has_key?(:'current_savings')
|
80
|
-
self.current_savings = attributes[:'current_savings']
|
81
|
-
else
|
82
|
-
self.current_savings = 0.0
|
83
|
-
end
|
84
|
-
|
85
69
|
if attributes.has_key?(:'account_ids')
|
86
70
|
if (value = attributes[:'account_ids']).is_a?(Array)
|
87
71
|
self.account_ids = value
|
@@ -94,12 +78,6 @@ module ProtonApi
|
|
94
78
|
self.investment_tax = 0.0
|
95
79
|
end
|
96
80
|
|
97
|
-
if attributes.has_key?(:'inflation_rate')
|
98
|
-
self.inflation_rate = attributes[:'inflation_rate']
|
99
|
-
else
|
100
|
-
self.inflation_rate = 0.0
|
101
|
-
end
|
102
|
-
|
103
81
|
if attributes.has_key?(:'portfolio_return')
|
104
82
|
self.portfolio_return = attributes[:'portfolio_return']
|
105
83
|
end
|
@@ -107,24 +85,34 @@ module ProtonApi
|
|
107
85
|
if attributes.has_key?(:'deposit_schedule')
|
108
86
|
self.deposit_schedule = attributes[:'deposit_schedule']
|
109
87
|
end
|
110
|
-
end
|
111
88
|
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
if @purchase_amount.nil?
|
117
|
-
invalid_properties.push('invalid value for "purchase_amount", purchase_amount cannot be nil.')
|
89
|
+
if attributes.has_key?(:'current_savings')
|
90
|
+
self.current_savings = attributes[:'current_savings']
|
91
|
+
else
|
92
|
+
self.current_savings = 0.0
|
118
93
|
end
|
119
94
|
|
120
|
-
if
|
121
|
-
|
95
|
+
if attributes.has_key?(:'purchase_amount')
|
96
|
+
self.purchase_amount = attributes[:'purchase_amount']
|
122
97
|
end
|
123
98
|
|
124
|
-
if
|
125
|
-
|
99
|
+
if attributes.has_key?(:'inflation_rate')
|
100
|
+
self.inflation_rate = attributes[:'inflation_rate']
|
101
|
+
else
|
102
|
+
self.inflation_rate = 0.0
|
126
103
|
end
|
127
104
|
|
105
|
+
if attributes.has_key?(:'aggregation_account_ids')
|
106
|
+
if (value = attributes[:'aggregation_account_ids']).is_a?(Array)
|
107
|
+
self.aggregation_account_ids = value
|
108
|
+
end
|
109
|
+
end
|
110
|
+
end
|
111
|
+
|
112
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
113
|
+
# @return Array for valid properties with the reasons
|
114
|
+
def list_invalid_properties
|
115
|
+
invalid_properties = Array.new
|
128
116
|
if !@investment_tax.nil? && @investment_tax > 1
|
129
117
|
invalid_properties.push('invalid value for "investment_tax", must be smaller than or equal to 1.')
|
130
118
|
end
|
@@ -133,10 +121,6 @@ module ProtonApi
|
|
133
121
|
invalid_properties.push('invalid value for "investment_tax", must be greater than or equal to 0.')
|
134
122
|
end
|
135
123
|
|
136
|
-
if !@inflation_rate.nil? && @inflation_rate < -1
|
137
|
-
invalid_properties.push('invalid value for "inflation_rate", must be greater than or equal to -1.')
|
138
|
-
end
|
139
|
-
|
140
124
|
if @portfolio_return.nil?
|
141
125
|
invalid_properties.push('invalid value for "portfolio_return", portfolio_return cannot be nil.')
|
142
126
|
end
|
@@ -145,35 +129,65 @@ module ProtonApi
|
|
145
129
|
invalid_properties.push('invalid value for "portfolio_return", must be greater than or equal to -1.')
|
146
130
|
end
|
147
131
|
|
132
|
+
if !@current_savings.nil? && @current_savings < 0
|
133
|
+
invalid_properties.push('invalid value for "current_savings", must be greater than or equal to 0.')
|
134
|
+
end
|
135
|
+
|
136
|
+
if @purchase_amount.nil?
|
137
|
+
invalid_properties.push('invalid value for "purchase_amount", purchase_amount cannot be nil.')
|
138
|
+
end
|
139
|
+
|
140
|
+
if @purchase_amount < 0
|
141
|
+
invalid_properties.push('invalid value for "purchase_amount", must be greater than or equal to 0.')
|
142
|
+
end
|
143
|
+
|
144
|
+
if !@inflation_rate.nil? && @inflation_rate < -1
|
145
|
+
invalid_properties.push('invalid value for "inflation_rate", must be greater than or equal to -1.')
|
146
|
+
end
|
147
|
+
|
148
148
|
invalid_properties
|
149
149
|
end
|
150
150
|
|
151
151
|
# Check to see if the all the properties in the model are valid
|
152
152
|
# @return true if the model is valid
|
153
153
|
def valid?
|
154
|
-
return false if @purchase_amount.nil?
|
155
|
-
return false if @purchase_amount < 0
|
156
|
-
return false if !@current_savings.nil? && @current_savings < 0
|
157
154
|
return false if !@investment_tax.nil? && @investment_tax > 1
|
158
155
|
return false if !@investment_tax.nil? && @investment_tax < 0
|
159
|
-
return false if !@inflation_rate.nil? && @inflation_rate < -1
|
160
156
|
return false if @portfolio_return.nil?
|
161
157
|
return false if @portfolio_return < -1
|
158
|
+
return false if !@current_savings.nil? && @current_savings < 0
|
159
|
+
return false if @purchase_amount.nil?
|
160
|
+
return false if @purchase_amount < 0
|
161
|
+
return false if !@inflation_rate.nil? && @inflation_rate < -1
|
162
162
|
true
|
163
163
|
end
|
164
164
|
|
165
165
|
# Custom attribute writer method with validation
|
166
|
-
# @param [Object]
|
167
|
-
def
|
168
|
-
if
|
169
|
-
fail ArgumentError, '
|
166
|
+
# @param [Object] investment_tax Value to be assigned
|
167
|
+
def investment_tax=(investment_tax)
|
168
|
+
if !investment_tax.nil? && investment_tax > 1
|
169
|
+
fail ArgumentError, 'invalid value for "investment_tax", must be smaller than or equal to 1.'
|
170
170
|
end
|
171
171
|
|
172
|
-
if
|
173
|
-
fail ArgumentError, 'invalid value for "
|
172
|
+
if !investment_tax.nil? && investment_tax < 0
|
173
|
+
fail ArgumentError, 'invalid value for "investment_tax", must be greater than or equal to 0.'
|
174
174
|
end
|
175
175
|
|
176
|
-
@
|
176
|
+
@investment_tax = investment_tax
|
177
|
+
end
|
178
|
+
|
179
|
+
# Custom attribute writer method with validation
|
180
|
+
# @param [Object] portfolio_return Value to be assigned
|
181
|
+
def portfolio_return=(portfolio_return)
|
182
|
+
if portfolio_return.nil?
|
183
|
+
fail ArgumentError, 'portfolio_return cannot be nil'
|
184
|
+
end
|
185
|
+
|
186
|
+
if portfolio_return < -1
|
187
|
+
fail ArgumentError, 'invalid value for "portfolio_return", must be greater than or equal to -1.'
|
188
|
+
end
|
189
|
+
|
190
|
+
@portfolio_return = portfolio_return
|
177
191
|
end
|
178
192
|
|
179
193
|
# Custom attribute writer method with validation
|
@@ -187,17 +201,17 @@ module ProtonApi
|
|
187
201
|
end
|
188
202
|
|
189
203
|
# Custom attribute writer method with validation
|
190
|
-
# @param [Object]
|
191
|
-
def
|
192
|
-
if
|
193
|
-
fail ArgumentError, '
|
204
|
+
# @param [Object] purchase_amount Value to be assigned
|
205
|
+
def purchase_amount=(purchase_amount)
|
206
|
+
if purchase_amount.nil?
|
207
|
+
fail ArgumentError, 'purchase_amount cannot be nil'
|
194
208
|
end
|
195
209
|
|
196
|
-
if
|
197
|
-
fail ArgumentError, 'invalid value for "
|
210
|
+
if purchase_amount < 0
|
211
|
+
fail ArgumentError, 'invalid value for "purchase_amount", must be greater than or equal to 0.'
|
198
212
|
end
|
199
213
|
|
200
|
-
@
|
214
|
+
@purchase_amount = purchase_amount
|
201
215
|
end
|
202
216
|
|
203
217
|
# Custom attribute writer method with validation
|
@@ -210,33 +224,19 @@ module ProtonApi
|
|
210
224
|
@inflation_rate = inflation_rate
|
211
225
|
end
|
212
226
|
|
213
|
-
# Custom attribute writer method with validation
|
214
|
-
# @param [Object] portfolio_return Value to be assigned
|
215
|
-
def portfolio_return=(portfolio_return)
|
216
|
-
if portfolio_return.nil?
|
217
|
-
fail ArgumentError, 'portfolio_return cannot be nil'
|
218
|
-
end
|
219
|
-
|
220
|
-
if portfolio_return < -1
|
221
|
-
fail ArgumentError, 'invalid value for "portfolio_return", must be greater than or equal to -1.'
|
222
|
-
end
|
223
|
-
|
224
|
-
@portfolio_return = portfolio_return
|
225
|
-
end
|
226
|
-
|
227
227
|
# Checks equality by comparing each attribute.
|
228
228
|
# @param [Object] Object to be compared
|
229
229
|
def ==(o)
|
230
230
|
return true if self.equal?(o)
|
231
231
|
self.class == o.class &&
|
232
|
-
purchase_amount == o.purchase_amount &&
|
233
|
-
aggregation_account_ids == o.aggregation_account_ids &&
|
234
|
-
current_savings == o.current_savings &&
|
235
232
|
account_ids == o.account_ids &&
|
236
233
|
investment_tax == o.investment_tax &&
|
237
|
-
inflation_rate == o.inflation_rate &&
|
238
234
|
portfolio_return == o.portfolio_return &&
|
239
|
-
deposit_schedule == o.deposit_schedule
|
235
|
+
deposit_schedule == o.deposit_schedule &&
|
236
|
+
current_savings == o.current_savings &&
|
237
|
+
purchase_amount == o.purchase_amount &&
|
238
|
+
inflation_rate == o.inflation_rate &&
|
239
|
+
aggregation_account_ids == o.aggregation_account_ids
|
240
240
|
end
|
241
241
|
|
242
242
|
# @see the `==` method
|
@@ -248,7 +248,7 @@ module ProtonApi
|
|
248
248
|
# Calculates hash code according to all attributes.
|
249
249
|
# @return [Fixnum] Hash code
|
250
250
|
def hash
|
251
|
-
[
|
251
|
+
[account_ids, investment_tax, portfolio_return, deposit_schedule, current_savings, purchase_amount, inflation_rate, aggregation_account_ids].hash
|
252
252
|
end
|
253
253
|
|
254
254
|
# Builds the object from hash
|
@@ -270,17 +270,16 @@ module ProtonApi
|
|
270
270
|
|
271
271
|
self
|
272
272
|
end
|
273
|
-
|
274
|
-
# Deserializes the data based on type
|
273
|
+
# Deserializes the data based on type
|
275
274
|
# @param string type Data type
|
276
275
|
# @param string value Value to be deserialized
|
277
276
|
# @return [Object] Deserialized data
|
278
277
|
def _deserialize(type, value)
|
279
278
|
case type.to_sym
|
280
279
|
when :DateTime
|
281
|
-
|
280
|
+
value
|
282
281
|
when :Date
|
283
|
-
|
282
|
+
value
|
284
283
|
when :String
|
285
284
|
value.to_s
|
286
285
|
when :Integer
|
@@ -312,8 +311,7 @@ module ProtonApi
|
|
312
311
|
temp_model.build_from_hash(value)
|
313
312
|
end
|
314
313
|
end
|
315
|
-
|
316
|
-
# Returns the string representation of the object
|
314
|
+
# Returns the string representation of the object
|
317
315
|
# @return [String] String presentation of the object
|
318
316
|
def to_s
|
319
317
|
to_hash.to_s
|
@@ -336,8 +334,7 @@ module ProtonApi
|
|
336
334
|
end
|
337
335
|
hash
|
338
336
|
end
|
339
|
-
|
340
|
-
# Outputs non-array value in the form of hash
|
337
|
+
# Outputs non-array value in the form of hash
|
341
338
|
# For object, use to_hash. Otherwise, just return the value
|
342
339
|
# @param [Object] value Any valid value
|
343
340
|
# @return [Hash] Returns the value in the form of hash
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Financial engineering module of Hydrogen Atom
|
5
5
|
|
6
|
-
OpenAPI spec version: 1.
|
6
|
+
OpenAPI spec version: 1.9.0
|
7
7
|
Contact: info@hydrogenplatform.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.19
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,39 +14,39 @@ require 'date'
|
|
14
14
|
|
15
15
|
module ProtonApi
|
16
16
|
class RatioTargets
|
17
|
+
attr_accessor :liquidity_ratio_liabilities
|
18
|
+
|
17
19
|
attr_accessor :current_ratio
|
18
20
|
|
19
|
-
attr_accessor :
|
21
|
+
attr_accessor :asset_allocation_ratio
|
20
22
|
|
21
|
-
attr_accessor :
|
23
|
+
attr_accessor :savings_ratio_net
|
22
24
|
|
23
25
|
attr_accessor :savings_ratio_gross
|
24
26
|
|
25
|
-
attr_accessor :
|
26
|
-
|
27
|
-
attr_accessor :asset_allocation_ratio
|
27
|
+
attr_accessor :liquidity_ratio_expenses
|
28
28
|
|
29
29
|
# Attribute mapping from ruby-style variable name to JSON key.
|
30
30
|
def self.attribute_map
|
31
31
|
{
|
32
|
-
:'current_ratio' => :'current_ratio',
|
33
|
-
:'liquidity_ratio_expenses' => :'liquidity_ratio_expenses',
|
34
32
|
:'liquidity_ratio_liabilities' => :'liquidity_ratio_liabilities',
|
35
|
-
:'
|
33
|
+
:'current_ratio' => :'current_ratio',
|
34
|
+
:'asset_allocation_ratio' => :'asset_allocation_ratio',
|
36
35
|
:'savings_ratio_net' => :'savings_ratio_net',
|
37
|
-
:'
|
36
|
+
:'savings_ratio_gross' => :'savings_ratio_gross',
|
37
|
+
:'liquidity_ratio_expenses' => :'liquidity_ratio_expenses'
|
38
38
|
}
|
39
39
|
end
|
40
40
|
|
41
41
|
# Attribute type mapping.
|
42
42
|
def self.swagger_types
|
43
43
|
{
|
44
|
-
:'current_ratio' => :'Float',
|
45
|
-
:'liquidity_ratio_expenses' => :'Float',
|
46
44
|
:'liquidity_ratio_liabilities' => :'Float',
|
47
|
-
:'
|
45
|
+
:'current_ratio' => :'Float',
|
46
|
+
:'asset_allocation_ratio' => :'Float',
|
48
47
|
:'savings_ratio_net' => :'Float',
|
49
|
-
:'
|
48
|
+
:'savings_ratio_gross' => :'Float',
|
49
|
+
:'liquidity_ratio_expenses' => :'Float'
|
50
50
|
}
|
51
51
|
end
|
52
52
|
|
@@ -58,22 +58,28 @@ module ProtonApi
|
|
58
58
|
# convert string to symbol for hash key
|
59
59
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
60
60
|
|
61
|
+
if attributes.has_key?(:'liquidity_ratio_liabilities')
|
62
|
+
self.liquidity_ratio_liabilities = attributes[:'liquidity_ratio_liabilities']
|
63
|
+
else
|
64
|
+
self.liquidity_ratio_liabilities = 0.1
|
65
|
+
end
|
66
|
+
|
61
67
|
if attributes.has_key?(:'current_ratio')
|
62
68
|
self.current_ratio = attributes[:'current_ratio']
|
63
69
|
else
|
64
70
|
self.current_ratio = 0.5
|
65
71
|
end
|
66
72
|
|
67
|
-
if attributes.has_key?(:'
|
68
|
-
self.
|
73
|
+
if attributes.has_key?(:'asset_allocation_ratio')
|
74
|
+
self.asset_allocation_ratio = attributes[:'asset_allocation_ratio']
|
69
75
|
else
|
70
|
-
self.
|
76
|
+
self.asset_allocation_ratio = 1.5
|
71
77
|
end
|
72
78
|
|
73
|
-
if attributes.has_key?(:'
|
74
|
-
self.
|
79
|
+
if attributes.has_key?(:'savings_ratio_net')
|
80
|
+
self.savings_ratio_net = attributes[:'savings_ratio_net']
|
75
81
|
else
|
76
|
-
self.
|
82
|
+
self.savings_ratio_net = 0.1
|
77
83
|
end
|
78
84
|
|
79
85
|
if attributes.has_key?(:'savings_ratio_gross')
|
@@ -82,16 +88,10 @@ module ProtonApi
|
|
82
88
|
self.savings_ratio_gross = 0.1
|
83
89
|
end
|
84
90
|
|
85
|
-
if attributes.has_key?(:'
|
86
|
-
self.
|
87
|
-
else
|
88
|
-
self.savings_ratio_net = 0.1
|
89
|
-
end
|
90
|
-
|
91
|
-
if attributes.has_key?(:'asset_allocation_ratio')
|
92
|
-
self.asset_allocation_ratio = attributes[:'asset_allocation_ratio']
|
91
|
+
if attributes.has_key?(:'liquidity_ratio_expenses')
|
92
|
+
self.liquidity_ratio_expenses = attributes[:'liquidity_ratio_expenses']
|
93
93
|
else
|
94
|
-
self.
|
94
|
+
self.liquidity_ratio_expenses = 2.5
|
95
95
|
end
|
96
96
|
end
|
97
97
|
|
@@ -99,28 +99,28 @@ module ProtonApi
|
|
99
99
|
# @return Array for valid properties with the reasons
|
100
100
|
def list_invalid_properties
|
101
101
|
invalid_properties = Array.new
|
102
|
+
if !@liquidity_ratio_liabilities.nil? && @liquidity_ratio_liabilities < 0
|
103
|
+
invalid_properties.push('invalid value for "liquidity_ratio_liabilities", must be greater than or equal to 0.')
|
104
|
+
end
|
105
|
+
|
102
106
|
if !@current_ratio.nil? && @current_ratio < 0
|
103
107
|
invalid_properties.push('invalid value for "current_ratio", must be greater than or equal to 0.')
|
104
108
|
end
|
105
109
|
|
106
|
-
if !@
|
107
|
-
invalid_properties.push('invalid value for "
|
110
|
+
if !@asset_allocation_ratio.nil? && @asset_allocation_ratio < 0
|
111
|
+
invalid_properties.push('invalid value for "asset_allocation_ratio", must be greater than or equal to 0.')
|
108
112
|
end
|
109
113
|
|
110
|
-
if !@
|
111
|
-
invalid_properties.push('invalid value for "
|
114
|
+
if !@savings_ratio_net.nil? && @savings_ratio_net < 0
|
115
|
+
invalid_properties.push('invalid value for "savings_ratio_net", must be greater than or equal to 0.')
|
112
116
|
end
|
113
117
|
|
114
118
|
if !@savings_ratio_gross.nil? && @savings_ratio_gross < 0
|
115
119
|
invalid_properties.push('invalid value for "savings_ratio_gross", must be greater than or equal to 0.')
|
116
120
|
end
|
117
121
|
|
118
|
-
if !@
|
119
|
-
invalid_properties.push('invalid value for "
|
120
|
-
end
|
121
|
-
|
122
|
-
if !@asset_allocation_ratio.nil? && @asset_allocation_ratio < 0
|
123
|
-
invalid_properties.push('invalid value for "asset_allocation_ratio", must be greater than or equal to 0.')
|
122
|
+
if !@liquidity_ratio_expenses.nil? && @liquidity_ratio_expenses < 0
|
123
|
+
invalid_properties.push('invalid value for "liquidity_ratio_expenses", must be greater than or equal to 0.')
|
124
124
|
end
|
125
125
|
|
126
126
|
invalid_properties
|
@@ -129,15 +129,25 @@ module ProtonApi
|
|
129
129
|
# Check to see if the all the properties in the model are valid
|
130
130
|
# @return true if the model is valid
|
131
131
|
def valid?
|
132
|
-
return false if !@current_ratio.nil? && @current_ratio < 0
|
133
|
-
return false if !@liquidity_ratio_expenses.nil? && @liquidity_ratio_expenses < 0
|
134
132
|
return false if !@liquidity_ratio_liabilities.nil? && @liquidity_ratio_liabilities < 0
|
135
|
-
return false if !@
|
136
|
-
return false if !@savings_ratio_net.nil? && @savings_ratio_net < 0
|
133
|
+
return false if !@current_ratio.nil? && @current_ratio < 0
|
137
134
|
return false if !@asset_allocation_ratio.nil? && @asset_allocation_ratio < 0
|
135
|
+
return false if !@savings_ratio_net.nil? && @savings_ratio_net < 0
|
136
|
+
return false if !@savings_ratio_gross.nil? && @savings_ratio_gross < 0
|
137
|
+
return false if !@liquidity_ratio_expenses.nil? && @liquidity_ratio_expenses < 0
|
138
138
|
true
|
139
139
|
end
|
140
140
|
|
141
|
+
# Custom attribute writer method with validation
|
142
|
+
# @param [Object] liquidity_ratio_liabilities Value to be assigned
|
143
|
+
def liquidity_ratio_liabilities=(liquidity_ratio_liabilities)
|
144
|
+
if !liquidity_ratio_liabilities.nil? && liquidity_ratio_liabilities < 0
|
145
|
+
fail ArgumentError, 'invalid value for "liquidity_ratio_liabilities", must be greater than or equal to 0.'
|
146
|
+
end
|
147
|
+
|
148
|
+
@liquidity_ratio_liabilities = liquidity_ratio_liabilities
|
149
|
+
end
|
150
|
+
|
141
151
|
# Custom attribute writer method with validation
|
142
152
|
# @param [Object] current_ratio Value to be assigned
|
143
153
|
def current_ratio=(current_ratio)
|
@@ -149,23 +159,23 @@ module ProtonApi
|
|
149
159
|
end
|
150
160
|
|
151
161
|
# Custom attribute writer method with validation
|
152
|
-
# @param [Object]
|
153
|
-
def
|
154
|
-
if !
|
155
|
-
fail ArgumentError, 'invalid value for "
|
162
|
+
# @param [Object] asset_allocation_ratio Value to be assigned
|
163
|
+
def asset_allocation_ratio=(asset_allocation_ratio)
|
164
|
+
if !asset_allocation_ratio.nil? && asset_allocation_ratio < 0
|
165
|
+
fail ArgumentError, 'invalid value for "asset_allocation_ratio", must be greater than or equal to 0.'
|
156
166
|
end
|
157
167
|
|
158
|
-
@
|
168
|
+
@asset_allocation_ratio = asset_allocation_ratio
|
159
169
|
end
|
160
170
|
|
161
171
|
# Custom attribute writer method with validation
|
162
|
-
# @param [Object]
|
163
|
-
def
|
164
|
-
if !
|
165
|
-
fail ArgumentError, 'invalid value for "
|
172
|
+
# @param [Object] savings_ratio_net Value to be assigned
|
173
|
+
def savings_ratio_net=(savings_ratio_net)
|
174
|
+
if !savings_ratio_net.nil? && savings_ratio_net < 0
|
175
|
+
fail ArgumentError, 'invalid value for "savings_ratio_net", must be greater than or equal to 0.'
|
166
176
|
end
|
167
177
|
|
168
|
-
@
|
178
|
+
@savings_ratio_net = savings_ratio_net
|
169
179
|
end
|
170
180
|
|
171
181
|
# Custom attribute writer method with validation
|
@@ -179,23 +189,13 @@ module ProtonApi
|
|
179
189
|
end
|
180
190
|
|
181
191
|
# Custom attribute writer method with validation
|
182
|
-
# @param [Object]
|
183
|
-
def
|
184
|
-
if !
|
185
|
-
fail ArgumentError, 'invalid value for "
|
186
|
-
end
|
187
|
-
|
188
|
-
@savings_ratio_net = savings_ratio_net
|
189
|
-
end
|
190
|
-
|
191
|
-
# Custom attribute writer method with validation
|
192
|
-
# @param [Object] asset_allocation_ratio Value to be assigned
|
193
|
-
def asset_allocation_ratio=(asset_allocation_ratio)
|
194
|
-
if !asset_allocation_ratio.nil? && asset_allocation_ratio < 0
|
195
|
-
fail ArgumentError, 'invalid value for "asset_allocation_ratio", must be greater than or equal to 0.'
|
192
|
+
# @param [Object] liquidity_ratio_expenses Value to be assigned
|
193
|
+
def liquidity_ratio_expenses=(liquidity_ratio_expenses)
|
194
|
+
if !liquidity_ratio_expenses.nil? && liquidity_ratio_expenses < 0
|
195
|
+
fail ArgumentError, 'invalid value for "liquidity_ratio_expenses", must be greater than or equal to 0.'
|
196
196
|
end
|
197
197
|
|
198
|
-
@
|
198
|
+
@liquidity_ratio_expenses = liquidity_ratio_expenses
|
199
199
|
end
|
200
200
|
|
201
201
|
# Checks equality by comparing each attribute.
|
@@ -203,12 +203,12 @@ module ProtonApi
|
|
203
203
|
def ==(o)
|
204
204
|
return true if self.equal?(o)
|
205
205
|
self.class == o.class &&
|
206
|
-
current_ratio == o.current_ratio &&
|
207
|
-
liquidity_ratio_expenses == o.liquidity_ratio_expenses &&
|
208
206
|
liquidity_ratio_liabilities == o.liquidity_ratio_liabilities &&
|
209
|
-
|
207
|
+
current_ratio == o.current_ratio &&
|
208
|
+
asset_allocation_ratio == o.asset_allocation_ratio &&
|
210
209
|
savings_ratio_net == o.savings_ratio_net &&
|
211
|
-
|
210
|
+
savings_ratio_gross == o.savings_ratio_gross &&
|
211
|
+
liquidity_ratio_expenses == o.liquidity_ratio_expenses
|
212
212
|
end
|
213
213
|
|
214
214
|
# @see the `==` method
|
@@ -220,7 +220,7 @@ module ProtonApi
|
|
220
220
|
# Calculates hash code according to all attributes.
|
221
221
|
# @return [Fixnum] Hash code
|
222
222
|
def hash
|
223
|
-
[current_ratio,
|
223
|
+
[liquidity_ratio_liabilities, current_ratio, asset_allocation_ratio, savings_ratio_net, savings_ratio_gross, liquidity_ratio_expenses].hash
|
224
224
|
end
|
225
225
|
|
226
226
|
# Builds the object from hash
|
@@ -242,17 +242,16 @@ module ProtonApi
|
|
242
242
|
|
243
243
|
self
|
244
244
|
end
|
245
|
-
|
246
|
-
# Deserializes the data based on type
|
245
|
+
# Deserializes the data based on type
|
247
246
|
# @param string type Data type
|
248
247
|
# @param string value Value to be deserialized
|
249
248
|
# @return [Object] Deserialized data
|
250
249
|
def _deserialize(type, value)
|
251
250
|
case type.to_sym
|
252
251
|
when :DateTime
|
253
|
-
|
252
|
+
value
|
254
253
|
when :Date
|
255
|
-
|
254
|
+
value
|
256
255
|
when :String
|
257
256
|
value.to_s
|
258
257
|
when :Integer
|
@@ -284,8 +283,7 @@ module ProtonApi
|
|
284
283
|
temp_model.build_from_hash(value)
|
285
284
|
end
|
286
285
|
end
|
287
|
-
|
288
|
-
# Returns the string representation of the object
|
286
|
+
# Returns the string representation of the object
|
289
287
|
# @return [String] String presentation of the object
|
290
288
|
def to_s
|
291
289
|
to_hash.to_s
|
@@ -308,8 +306,7 @@ module ProtonApi
|
|
308
306
|
end
|
309
307
|
hash
|
310
308
|
end
|
311
|
-
|
312
|
-
# Outputs non-array value in the form of hash
|
309
|
+
# Outputs non-array value in the form of hash
|
313
310
|
# For object, use to_hash. Otherwise, just return the value
|
314
311
|
# @param [Object] value Any valid value
|
315
312
|
# @return [Hash] Returns the value in the form of hash
|