|
|
|
@ -45,17 +45,12 @@ RSpec.describe Form::Sales::Subsections::HouseholdCharacteristics, type: :model |
|
|
|
age_2_buyer_retirement_value_check |
|
|
|
age_2_buyer_retirement_value_check |
|
|
|
buyer_2_gender_identity |
|
|
|
buyer_2_gender_identity |
|
|
|
gender_2_buyer_retirement_value_check |
|
|
|
gender_2_buyer_retirement_value_check |
|
|
|
buyer_2_ethnic_group |
|
|
|
|
|
|
|
buyer_2_ethnic_background_black |
|
|
|
|
|
|
|
buyer_2_ethnic_background_asian |
|
|
|
|
|
|
|
buyer_2_ethnic_background_arab |
|
|
|
|
|
|
|
buyer_2_ethnic_background_mixed |
|
|
|
|
|
|
|
buyer_2_ethnic_background_white |
|
|
|
|
|
|
|
buyer_2_working_situation |
|
|
|
buyer_2_working_situation |
|
|
|
working_situation_2_retirement_value_check_joint_purchase |
|
|
|
working_situation_2_retirement_value_check_joint_purchase |
|
|
|
working_situation_buyer_2_income_value_check |
|
|
|
working_situation_buyer_2_income_value_check |
|
|
|
buyer_2_live_in_property |
|
|
|
buyer_2_live_in_property |
|
|
|
number_of_others_in_property |
|
|
|
number_of_others_in_property |
|
|
|
|
|
|
|
number_of_others_in_property_joint_purchase |
|
|
|
person_2_known |
|
|
|
person_2_known |
|
|
|
person_2_relationship_to_buyer_1 |
|
|
|
person_2_relationship_to_buyer_1 |
|
|
|
person_2_age |
|
|
|
person_2_age |
|
|
|
@ -88,6 +83,14 @@ RSpec.describe Form::Sales::Subsections::HouseholdCharacteristics, type: :model |
|
|
|
gender_5_retirement_value_check |
|
|
|
gender_5_retirement_value_check |
|
|
|
person_5_working_situation |
|
|
|
person_5_working_situation |
|
|
|
working_situation_5_retirement_value_check |
|
|
|
working_situation_5_retirement_value_check |
|
|
|
|
|
|
|
person_6_known |
|
|
|
|
|
|
|
person_6_relationship_to_buyer_1 |
|
|
|
|
|
|
|
person_6_age |
|
|
|
|
|
|
|
age_6_retirement_value_check |
|
|
|
|
|
|
|
person_6_gender_identity |
|
|
|
|
|
|
|
gender_6_retirement_value_check |
|
|
|
|
|
|
|
person_6_working_situation |
|
|
|
|
|
|
|
working_situation_6_retirement_value_check |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|
end |
|
|
|
end |
|
|
|
@ -137,6 +140,7 @@ RSpec.describe Form::Sales::Subsections::HouseholdCharacteristics, type: :model |
|
|
|
working_situation_buyer_2_income_value_check |
|
|
|
working_situation_buyer_2_income_value_check |
|
|
|
buyer_2_live_in_property |
|
|
|
buyer_2_live_in_property |
|
|
|
number_of_others_in_property |
|
|
|
number_of_others_in_property |
|
|
|
|
|
|
|
number_of_others_in_property_joint_purchase |
|
|
|
person_2_known |
|
|
|
person_2_known |
|
|
|
person_2_relationship_to_buyer_1 |
|
|
|
person_2_relationship_to_buyer_1 |
|
|
|
person_2_age |
|
|
|
person_2_age |
|
|
|
@ -169,6 +173,14 @@ RSpec.describe Form::Sales::Subsections::HouseholdCharacteristics, type: :model |
|
|
|
gender_5_retirement_value_check |
|
|
|
gender_5_retirement_value_check |
|
|
|
person_5_working_situation |
|
|
|
person_5_working_situation |
|
|
|
working_situation_5_retirement_value_check |
|
|
|
working_situation_5_retirement_value_check |
|
|
|
|
|
|
|
person_6_known |
|
|
|
|
|
|
|
person_6_relationship_to_buyer_1 |
|
|
|
|
|
|
|
person_6_age |
|
|
|
|
|
|
|
age_6_retirement_value_check |
|
|
|
|
|
|
|
person_6_gender_identity |
|
|
|
|
|
|
|
gender_6_retirement_value_check |
|
|
|
|
|
|
|
person_6_working_situation |
|
|
|
|
|
|
|
working_situation_6_retirement_value_check |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|
end |
|
|
|
end |
|
|
|
|