|
|
|
@ -714,4 +714,13 @@ module Constants::CaseLog
|
|
|
|
|
"Intermediate Rent General needs LA" => 11, |
|
|
|
|
"Intermediate Rent Supported housing LA" => 12, |
|
|
|
|
}.freeze |
|
|
|
|
|
|
|
|
|
RENT_TYPE_MAPPING = { |
|
|
|
|
"Social rent" => "Social Rent", |
|
|
|
|
"Affordable rent" => "Affordable Rent", |
|
|
|
|
"London Affordable rent" => "Affordable Rent", |
|
|
|
|
"Rent to buy" => "Intermediate Rent", |
|
|
|
|
"London living rent" => "Intermediate Rent", |
|
|
|
|
"Other intermediate rent product" => "Intermediate Rent", |
|
|
|
|
}.freeze |
|
|
|
|
end |
|
|
|
|