|
|
|
@ -21,15 +21,18 @@ class Form::Sales::Subsections::SharedOwnershipScheme < ::Form::Subsection
|
|
|
|
|
Form::Sales::Pages::PreviousPropertyType.new(nil, nil, self), |
|
|
|
|
Form::Sales::Pages::PreviousTenure.new(nil, nil, self), |
|
|
|
|
Form::Sales::Pages::AboutPriceSharedOwnership.new(nil, nil, self), |
|
|
|
|
Form::Sales::Pages::SharedOwnershipDepositValueCheck.new("shared_ownership_equity_value_check", nil, self), |
|
|
|
|
Form::Sales::Pages::Mortgageused.new("mortgage_used_shared_ownership", nil, self), |
|
|
|
|
Form::Sales::Pages::MortgageAmount.new("mortgage_amount_shared_ownership", nil, self), |
|
|
|
|
Form::Sales::Pages::SharedOwnershipDepositValueCheck.new("shared_ownership_mortgage_amount_value_check", nil, self), |
|
|
|
|
Form::Sales::Pages::MortgageLender.new("mortgage_lender_shared_ownership", nil, self), |
|
|
|
|
Form::Sales::Pages::MortgageLenderOther.new("mortgage_lender_other_shared_ownership", nil, self), |
|
|
|
|
Form::Sales::Pages::MortgageLength.new("mortgage_length_shared_ownership", nil, self), |
|
|
|
|
Form::Sales::Pages::ExtraBorrowing.new("extra_borrowing_shared_ownership", nil, self), |
|
|
|
|
Form::Sales::Pages::AboutDepositWithDiscount.new(nil, nil, self), |
|
|
|
|
Form::Sales::Pages::AboutDepositWithoutDiscount.new("about_deposit_shared_ownership", nil, self), |
|
|
|
|
Form::Sales::Pages::DepositValueCheck.new("shared_ownership_deposit_value_check", nil, self), |
|
|
|
|
Form::Sales::Pages::DepositValueCheck.new("deposit_value_check", nil, self), |
|
|
|
|
Form::Sales::Pages::SharedOwnershipDepositValueCheck.new("shared_ownership_deposit_value_check", nil, self), |
|
|
|
|
Form::Sales::Pages::MonthlyRent.new(nil, nil, self), |
|
|
|
|
Form::Sales::Pages::LeaseholdCharges.new("leasehold_charges_shared_ownership", nil, self), |
|
|
|
|
] |
|
|
|
|