susee
This commit is contained in:
parent
3016e9fc15
commit
4c46bac572
@ -29,6 +29,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
activity_in_property : { type: DataTypes.STRING },
|
||||
mark_valuation_1 : { type: DataTypes.INTEGER },
|
||||
mark_valuation_2 : { type: DataTypes.INTEGER },
|
||||
third_val_not_req : { type: DataTypes.INTEGER },
|
||||
variance_in_mv1_and_mv2 : { type: DataTypes.INTEGER }, //
|
||||
override : { type: DataTypes.STRING },
|
||||
market_val_considered_for_ltv_calculation : { type: DataTypes.INTEGER },
|
||||
@ -38,6 +39,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
residual_life_of_property_for_1yr : { type: DataTypes.STRING },
|
||||
residual_life_of_property_for_2yr : { type: DataTypes.STRING },
|
||||
residual_life_of_property_considered_years : { type: DataTypes.STRING },
|
||||
third_val_not_done : { type: DataTypes.INTEGER },
|
||||
comp_of_loan_tenure_to_residual_life_of_property : { type: DataTypes.STRING },
|
||||
norms_of_residual_age_of_property_years : { type: DataTypes.STRING },
|
||||
carpet_area_of_property_to_be_mortgage_sqft : { type: DataTypes.STRING },
|
||||
|
||||
@ -1744,6 +1744,10 @@ router.post("/CreateRelationMaster", Mastercontroller.CreateRelationMaster); //
|
||||
* type: integer
|
||||
* description: variance in mv1 and mv2
|
||||
* example:
|
||||
* third_val_not_req:
|
||||
* type: integer
|
||||
* description: third val not req
|
||||
* example:
|
||||
* override:
|
||||
* type: string
|
||||
* description: override
|
||||
@ -1776,6 +1780,10 @@ router.post("/CreateRelationMaster", Mastercontroller.CreateRelationMaster); //
|
||||
* type: string
|
||||
* description: residual life of property considered years
|
||||
* example:
|
||||
* third_val_not_done:
|
||||
* type: string
|
||||
* description: third val not done
|
||||
* example:
|
||||
* comp_of_loan_tenure_to_residual_life_of_property:
|
||||
* type: string
|
||||
* description: comp of loan tenure to residual life of property
|
||||
|
||||
Loading…
Reference in New Issue
Block a user