latest change by nbfcmfi

This commit is contained in:
gayathri1990 2021-03-20 18:32:01 +05:30
parent adeb5b3693
commit c0d453ed3e
18 changed files with 53 additions and 1392 deletions

View File

@ -2444,7 +2444,7 @@
},
"buffer": {
"version": "4.9.1",
"resolved": "http://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
"integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=",
"requires": {
"base64-js": "^1.0.2",
@ -2575,7 +2575,7 @@
},
"calendar-utils": {
"version": "0.1.2",
"resolved": "http://registry.npmjs.org/calendar-utils/-/calendar-utils-0.1.2.tgz",
"resolved": "https://registry.npmjs.org/calendar-utils/-/calendar-utils-0.1.2.tgz",
"integrity": "sha512-9j4Zd1itopNYTSWzFU4MqD2IDHMqznfxsGr8UWGh7hWv+lKzjRJz0LS29iAg5rHtP6+6x3ikQnhoMGqFUzoD2Q=="
},
"caller-callsite": {
@ -7308,7 +7308,7 @@
},
"lodash": {
"version": "3.10.1",
"resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
"dev": true
},
@ -7483,7 +7483,7 @@
},
"load-json-file": {
"version": "1.1.0",
"resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
"requires": {
"graceful-fs": "^4.1.2",
@ -7625,7 +7625,7 @@
},
"log4js": {
"version": "0.6.38",
"resolved": "http://registry.npmjs.org/log4js/-/log4js-0.6.38.tgz",
"resolved": "https://registry.npmjs.org/log4js/-/log4js-0.6.38.tgz",
"integrity": "sha1-LElBFmldb7JUgJQ9P8hy5mKlIv0=",
"dev": true,
"requires": {
@ -7946,7 +7946,7 @@
},
"meow": {
"version": "3.7.0",
"resolved": "http://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
"resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
"integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
"requires": {
"camelcase-keys": "^2.0.0",
@ -8461,7 +8461,7 @@
"dependencies": {
"semver": {
"version": "5.3.0",
"resolved": "http://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
"integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8="
},
"tar": {
@ -8902,7 +8902,7 @@
"dependencies": {
"minimist": {
"version": "0.0.10",
"resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
"integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=",
"dev": true
},
@ -12791,7 +12791,7 @@
},
"sax": {
"version": "0.6.1",
"resolved": "http://registry.npmjs.org/sax/-/sax-0.6.1.tgz",
"resolved": "https://registry.npmjs.org/sax/-/sax-0.6.1.tgz",
"integrity": "sha1-VjsZx8HeiS4Jv8Ty/DDjwn8JUrk=",
"dev": true
},

View File

@ -17,7 +17,8 @@
<mat-card-header>
<!-- <mat-card-title> Step 1 : -Excel Upload </mat-card-title> -->
</mat-card-header>
<div fxLayoutAlign="flex-end" >
<div fxLayoutAlign="flex-end" *ngIf="productname == 'NBFC/MFI' && role_id != '26' || role_id != '27'">
<button [ngStyle.xs]="{'width':'100%'}" style="font-size: 1.5rem;width: 32%;" mat-raised-button color="primary" (click)="openExcelUploadModal()">
Upload Excel <mat-icon>publish</mat-icon>
</button>
@ -140,7 +141,7 @@
</mat-form-field>
<!-- {{customerSegmentList | json}} -->
<mat-form-field fxFlex="28%" fxFlex.xs="100%">
<mat-form-field *ngIf="isCustomerSegmentShown" fxFlex="28%" fxFlex.xs="100%">
<mat-select placeholder="Customer Segment" formControlName="fk_customer_segment" (selectionChange)="cusSegChange($event.value)">
<mat-option>
Select

View File

@ -59,6 +59,7 @@ export class AddPdComponent implements OnInit, OnDestroy {
disableAfterSubmit: boolean;
pincodeflag : any = [];
isSubproductShown: boolean = true;
isCustomerSegmentShown:boolean=true;
sales_and_credit_person:any=[]
sales_and_credit_enable:boolean=false;
userDetails:any;
@ -77,6 +78,8 @@ export class AddPdComponent implements OnInit, OnDestroy {
addressList:any = []
@ViewChild('applicant_details') applicant_details_element :ElementRef
productname: any;
role_id: any;
constructor(notifier: NotifierService, private _fb: FormBuilder, private route: ActivatedRoute,
private router: Router, private _pd: PdTrigerService, private _aws: AwsService, private ListPdComponent: ListPdComponent,
private titleCase : TitleCasePipe,private userService:UserService,private matDialog:MatDialog) {
@ -329,6 +332,9 @@ export class AddPdComponent implements OnInit, OnDestroy {
this.subProductList = this.subProductList[0].subproducts;
this.subProductList = this.subProductList.filter(item => item.is_others == 0);
productabbr = this.productAllList.filter(item => item.product_id == productID)[0].product_abbr;
//alert(productabbr);
this.productname=productabbr;
this.role_id=this.userDetails.user_role;
}
else{
@ -370,6 +376,7 @@ export class AddPdComponent implements OnInit, OnDestroy {
this.customerSegmentList = this.customerSegmentAllList.filter(s => (s.customer_segment).includes('Self'));
this._PDtriggerForm.controls['fk_subproduct_id'].setValue(null);
this.isSubproductShown = false;
this.isCustomerSegmentShown=false;
break;
default:
// console.log(3);

View File

@ -149,7 +149,7 @@
<!-- <mat-error *ngIf="pdMain.fk_subproduct_id.hasError('required')">Sub Product Required.</mat-error> -->
</mat-form-field>
<mat-form-field style="width: 29%">
<mat-form-field style="width: 29%" *ngIf="isCustomerSegmentShown">
<mat-select placeholder="Customer Segment" formControlName="fk_customer_segment">
<mat-option>Select</mat-option>
<mat-option *ngFor="let CSL of customerSegmentList" [value]="CSL.customer_segment_id">

View File

@ -63,6 +63,7 @@ export class EditPdMasterComponent implements OnInit {
};
lenderShortName: any;
isSubproductShown: boolean = true;
isCustomerSegmentShown: boolean = true;
productShortName : any;
sales_and_credit_enable: boolean=false;
sales_and_credit_person: any=[];
@ -75,6 +76,7 @@ export class EditPdMasterComponent implements OnInit {
billingtolist: any;
removedControl: any = [];
lender_other_config: any;
//isCustomerSegmentShown: boolean;
constructor(private _fb: FormBuilder,
private _pd: PdTrigerService, notifier: NotifierService,private dialogRef: MatDialogRef<EditPdMasterComponent>,
@Inject(MAT_DIALOG_DATA) public data: any,private titleCase : TitleCasePipe,private userService:UserService) {
@ -446,6 +448,7 @@ export class EditPdMasterComponent implements OnInit {
this.productShortName = '';
this.subProductList=[];
}
// console.log('this.productAbbr',this.productShortName);
switch (this.productShortName) {
case 'BL':
@ -464,6 +467,10 @@ export class EditPdMasterComponent implements OnInit {
this.subProductList=[];
this.isSubproductShown = false;
break;
case 'NBFC/MFI':
this.isCustomerSegmentShown = false;
this.isSubproductShown = false;
break;
default:
// console.log(3);
this.customerSegmentList = this.customerSegmentAllList;

View File

@ -21,10 +21,12 @@
<mat-icon>videocam</mat-icon>&nbsp;
<strong>Call</strong>
</button>
<div *ngIf="product == 'NBFC/MFI' && LenderRoleID != '26' || LenderRoleID != '27'">
<button mat-stroked-button class="mr-1 mb-1" color="primary" (click)="openExcelUpload()" *ngIf="master.lender_short_name == 'MWISE' &&(LenderRoleID == '25' || LenderRoleID == '26' || LenderRoleID == '27') && currentPDStatus!=pdStatusCheck.INPROGRESS && currentPDStatus!=pdStatusCheck.COMPLETED" >
<mat-icon>upload_file</mat-icon>&nbsp;
<strong>Upload Excel</strong>
</button>
</div>
<button mat-raised-button class="mr-1 mb-1" color="primary" style="cursor: not-allowed !important;">
<strong> {{master.pd_status==pdStatusCheck.QC_COMPLETED ? 'QC Completed' : master.pd_status==pdStatusCheck.ADD_ON_PENDING ? 'Addon Pending' : master.pd_status | titlecase}}</strong>
</button>

View File

@ -124,6 +124,7 @@ export class ViewPdComponent implements OnInit, OnDestroy {
]
};
userId: any;
product: any;
constructor(notifier: NotifierService, private dialog: MatDialog, private _fb: FormBuilder,
private _pd: PdTrigerService, private route: ActivatedRoute, private router: Router, private ListPdComponent: ListPdComponent,
@ -131,10 +132,14 @@ export class ViewPdComponent implements OnInit, OnDestroy {
this.notifier = notifier;
this.enableStartPD = false;
this.roleAccessDetails=this._pd.getRoleAccessDetails();
console.log(this.roleAccessDetails);
console.log('tamil');
}
ngOnInit() {
this.userId = this._aws.getlocale()
console.log(this.userId);
console.log(this.userRoleID);
this.ListPdComponent.showListView(false);
this.route.params.subscribe(params => {
this.viewID = params['pdid'];
@ -150,12 +155,16 @@ export class ViewPdComponent implements OnInit, OnDestroy {
data => {
if (data.status == 200) {
let masterData: any = data.records.pd_master_details;
console.log( data.records.pd_master_details);
console.log('test');
//return false;
this.pdMasterData.push(masterData[0]);
this.mandatoryFieldsValidations = masterData[1].mandatory_fields;
this.pd_QC_Rating = Number(this.pdMasterData.qc_rating);
this.pdApplicantData = data.records.applicants_details;
this.pdApplicantData = this.pdApplicantData.filter(appt => appt.applicant_type != 2);
this.CustomerSegmentAbbr = this.pdMasterData[0].customer_segment_abbr;
this.product=this.pdMasterData[0].product_abbr;
this.pdDocumentsData = data.records.pd_documnets;
this.masterPdLogsData = Object.keys(data.records.pd_logs.master).map(function (key) {
return data.records.pd_logs.master[key];

View File

@ -1,88 +1 @@
{
"section_id":"1",
"section_name":"General Information",
"onsubmit":null,
"questions":[
{
"question":"Name",
"question_key":"name",
"type":"1",
"field_width":"45",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Loan amount ",
"question_key":"loan_amount",
"type":"1",
"field_width":"45",
"field_type":"numtoword",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Product",
"question_key":"product",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Location",
"question_key":"location",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}
]
}
{"section_id":"1","section_name":"General Informationa","onsubmit":null,"questions":[{"question":"Name","question_key":"name","type":"1","field_width":"45","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Loan amount ","question_key":"loan_amount","type":"1","field_width":"45","field_type":"numtoword","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Product","question_key":"product","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Location","question_key":"location","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]}]}

View File

@ -1,187 +1 @@
{
"section_id":"19",
"section_name":"Final remarks",
"onsubmit":null,
"questions":[
{
"question":"Customer Behaviour",
"question_key":"customer_behaviour",
"type":"3",
"field_width":"45",
"answers":null,
"api_properties":{
"api":"getListOfMaster",
"api_method":"POST",
"params":{
"master_name":"CUSTOMERBEHAVIOUR"
},
"fields":[
"customer_behaviour_id",
"description"
]
},
"onchange_properties":[
{
"purpose":"FORM_CTRL",
"form_controls":[
{
"insert_index":"customer_behaviour",
"expression":"(String('customer_behaviour') == String('1'))",
"value_keys":[
"customer_behaviour"
],
"questions":[
{ "question":"Specify Customer behaviour",
"question_key":"customer_behaviour_other",
"type":"1",
"field_width":"45",
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"is_subfield":"1",
"parent_question_key":"customer_behaviour",
"answers":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field required",
"value":null
}
]
} ] }
]}] ,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Credit Manager recommendation (Positive/negative/ refer to credit)",
"question_key":"pd_officer_recommendation",
"type":"3",
"field_width":"45",
"api_properties":{
"api":"getListOfMaster",
"api_method":"POST",
"params":{
"master_name":"PDOFFICERRECOMMENDATIONS"
},
"fields":[
"pdofficer_recommendation_id",
"pdofficer_recommendation"
]
},
"answers":null,
"onchange_properties":[
{
"purpose":"FORM_CTRL",
"form_controls":[
{
"insert_index":"pd_officer_recommendation",
"expression":"(String('pd_officer_recommendation') == String('1'))",
"value_keys":[
"pd_officer_recommendation"
],
"questions":[
{ "question":"Specify Credit Manager Recommendation",
"question_key":"pd_officer_recommendation_other",
"type":"1",
"field_width":"45",
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"is_subfield":"1",
"parent_question_key":"pd_officer_recommendation",
"answers":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field required",
"value":null
}
]
} ] } ,
{
"insert_index":"pd_officer_recommendation",
"expression":"(String('pd_officer_recommendation') != String('1')) && (String('pdofficer_recommendation') != String(''))",
"value_keys":[
"pd_officer_recommendation"
],
"questions":[
{
"question":[{
"question":"Reasons for marking PD status as Positive/negative/ refer to credit",
"question_key":"reason",
"type":"1",
"field_width":"100",
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"is_subfield":"1",
"parent_question_key":"pd_officer_recommendation",
"answers":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field required",
"value":null
}
]
}
],
"is_repeatable":"1",
"group_title":"Remarks",
"group_title_shown":"0",
"group_key":"pd_officer_recommendation_remarks"
} ] }
] },
{
"purpose":"question_label",
"expression":"(function () {let label= 'Reasons for marking PD status as ';('pd_officer_recommendation' == '2') ? label+= 'Positive' : ('pd_officer_recommendation' == '3') ? label+= 'Negative' : ('pd_officer_recommendation' == '4') ? label+= 'Refer to Credit' : label+= 'Positive/negative/ refer to credit';return label}())",
"value_keys":[
"pd_officer_recommendation"
],
"insert_control":"reason",
"insert_group_key":"pd_officer_recommendation_remarks"
}
],
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Common Remarks",
"question_key":"final_form_remarks",
"place_holder":"Enter the remarks here",
"type":"7",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
]
}
]
}
{"section_id":"19","section_name":"Final remarks","onsubmit":null,"questions":[{"question":"Customer Behaviour","question_key":"customer_behaviour","type":"3","field_width":"45","answers":null,"api_properties":{"api":"getListOfMaster","api_method":"POST","params":{"master_name":"CUSTOMERBEHAVIOUR"},"fields":["customer_behaviour_id","description"]},"onchange_properties":[{"purpose":"FORM_CTRL","form_controls":[{"insert_index":"customer_behaviour","expression":"(String('customer_behaviour') == String('1'))","value_keys":["customer_behaviour"],"questions":[{"question":"Specify Customer behaviour","question_key":"customer_behaviour_other","type":"1","field_width":"45","api_properties":null,"onchange_properties":null,"is_repeatable":null,"is_subfield":"1","parent_question_key":"customer_behaviour","answers":null}]}]}],"is_repeatable":null},{"question":"Credit Manager recommendation (Positive/negative/ refer to credit)","question_key":"pd_officer_recommendation","type":"3","field_width":"45","api_properties":{"api":"getListOfMaster","api_method":"POST","params":{"master_name":"PDOFFICERRECOMMENDATIONS"},"fields":["pdofficer_recommendation_id","pdofficer_recommendation"]},"answers":null,"onchange_properties":[{"purpose":"FORM_CTRL","form_controls":[{"insert_index":"pd_officer_recommendation","expression":"(String('pd_officer_recommendation') == String('1'))","value_keys":["pd_officer_recommendation"],"questions":[{"question":"Specify Credit Manager Recommendation","question_key":"pd_officer_recommendation_other","type":"1","field_width":"45","api_properties":null,"onchange_properties":null,"is_repeatable":null,"is_subfield":"1","parent_question_key":"pd_officer_recommendation","answers":null}]},{"insert_index":"pd_officer_recommendation","expression":"(String('pd_officer_recommendation') != String('1')) && (String('pdofficer_recommendation') != String(''))","value_keys":["pd_officer_recommendation"],"questions":[{"question":[{"question":"Reasons for marking PD status as Positive/negative/ refer to credit","question_key":"reason","type":"1","field_width":"100","api_properties":null,"onchange_properties":null,"is_repeatable":null,"is_subfield":"1","parent_question_key":"pd_officer_recommendation","answers":null}],"is_repeatable":"1","group_title":"Remarks","group_title_shown":"0","group_key":"pd_officer_recommendation_remarks"}]}]},{"purpose":"question_label","expression":"(function () {let label= 'Reasons for marking PD status as ';('pd_officer_recommendation' == '2') ? label+= 'Positive' : ('pd_officer_recommendation' == '3') ? label+= 'Negative' : ('pd_officer_recommendation' == '4') ? label+= 'Refer to Credit' : label+= 'Positive/negative/ refer to credit';return label}())","value_keys":["pd_officer_recommendation"],"insert_control":"reason","insert_group_key":"pd_officer_recommendation_remarks"}],"is_repeatable":null},{"question":"Common Remarks","question_key":"final_form_remarks","place_holder":"Enter the remarks here","type":"7","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null}]}

View File

@ -1,69 +1 @@
{
"section_id":"2",
"section_name":"Profile",
"onsubmit":null,
"questions":[
{
"question":"History &  Vintage and  Lineage ",
"question_key":"history_vintage",
"type":"7",
"field_width":"100",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":" Primary shareholding , promoters  and major   equity  partners",
"question_key":"primary_partners",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":" The  capital  structure and details of  the  various  investments vehicles ",
"question_key":"capital_details",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}
]
}
{"section_id":"22","section_name":"Profile","onsubmit":null,"questions":[{"question":"History & Vintage and Lineage ","question_key":"history_vintage","type":"7","field_width":"100","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null},{"question":" Primary shareholding , promoters and major equity partners","question_key":"primary_partners","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"The capital structure and details of the various investments vehicles ","question_key":"capital_details","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null}]}

View File

@ -1,127 +1 @@
{
"section_id":"3",
"section_name":"Size and Geographical Reach",
"onsubmit":null,
"questions":[
{
"question":"AUM  (  off book  &  on book  ) &e. Trend of Disbursement in last 2 quarters",
"question_key":"aum_book",
"type":"7",
"field_width":"100",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"States  and geographical  regions & Branches  &  geographical  customer base",
"question_key":"geographical_details",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Branches /employees / structure",
"question_key":"branches_employees",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},{
"question":"Portfolio concentration and Cuts to be discussed",
"question_key":"portfolio_concentration",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Who are the competitors to the business",
"question_key":"business_competitors",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Estimated Market Size of the Business& Market share",
"question_key":"estimated_market",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}
]
}
{"section_id":"23","section_name":"Size and Geographical Reach","onsubmit":null,"questions":[{"question":"AUM ( off book & on book ) &e. Trend of Disbursement in last 2 quarters","question_key":"aum_book","type":"7","field_width":"100","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null},{"question":"States and geographical regions & Branches & geographical customer base","question_key":"geographical_details","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Branches /employees / structure","question_key":"branches_employees","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Portfolio concentration and Cuts to be discussed","question_key":"portfolio_concentration","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Who are the competitors to the business","question_key":"business_competitors","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Estimated Market Size of the Business& Market share","question_key":"estimated_market","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null}]}

View File

@ -1,167 +1 @@
{
"section_id":"4",
"section_name":"Product  &  Processes ",
"onsubmit":null,
"questions":[
{
"question":"Products",
"question_key":"products",
"type":"1",
"field_width":"45",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Policies",
"question_key":"policies",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Credit  appraisal mechanism",
"question_key":"credit_appraisal",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Technology and  usage  for    acquisition and  credit",
"question_key":"technology_credit",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":" Collection policy and   mechanism -Collection efficiency trends in last 12 months (CC/CD, TC/CD,TC/TD) any deviation to be discussed in detail",
"question_key":"collection_policy",
"type":"1",
"field_width":"100",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":" Provisioning policy",
"question_key":"provisioning_policy",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Restructuring policy",
"question_key":"restructuring_policy",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}, {
"question":"Covid  impact and policy",
"question_key":"covid_policy",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}
]
}
{"section_id":"24","section_name":"Product and Process","onsubmit":null,"questions":[{"question":"Products","question_key":"products","type":"1","field_width":"45","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null},{"question":"Policies","question_key":"policies","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Credit appraisal mechanism","question_key":"credit_appraisal","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Technology and usage for acquisition and credit","question_key":"technology_credit","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":" Collection policy and mechanism -Collection efficiency trends in last 12 months (CC/CD, TC/CD,TC/TD) any deviation to be discussed in detail","question_key":"collection_policy","type":"1","field_width":"100","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":" Provisioning policy","question_key":"provisioning_policy","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Restructuring policy","question_key":"restructuring_policy","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Covid impact and policy","question_key":"covid_policy","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null}]}

View File

@ -1,107 +1 @@
{
"section_id":"5",
"section_name":"Portfolio Health",
"onsubmit":null,
"questions":[
{
"question":"Par  own book /Par off  book -d",
"question_key":"par_book",
"type":"1",
"field_width":"45",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"NPAs/Provisioning & resolution strategy",
"question_key":"provisioning_resolution",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Strategy to manage flow as well as  post moratorium stress",
"question_key":"post_morotorium",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Strategy  for non-paying customers",
"question_key":" non-paying_customers",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":" PAR (Productwise)/Net NPAs/Write offs Movement of Bucket ,PAR 90+",
"question_key":"par",
"type":"1",
"field_width":"100",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}
]
}
{"section_id":"25","section_name":"Portfolio Health","onsubmit":null,"questions":[{"question":"Par own book /Par off book -d","question_key":"par_book","type":"7","field_width":"45","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null},{"question":"NPAs/Provisioning & resolution strategy","question_key":"provisioning_resolution","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Strategy to manage flow as well as post moratorium stress","question_key":"post_morotorium","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Strategy for non-paying customers","question_key":" non-paying_customers","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":" PAR (Productwise)/Net NPAs/Write offs Movement of Bucket ,PAR 90+","question_key":"par","type":"7","field_width":"100","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null}]}

View File

@ -1,88 +1 @@
{
"section_id":"6",
"section_name":"Total Overall Debt/Equity Profile",
"onsubmit":null,
"questions":[
{
"question":"Types of debt structures and  major debt providers",
"question_key":"dept_structures",
"type":"1",
"field_width":"45",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Future plan for additional funding ",
"question_key":"future_plan",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Funding received during covid times including liquidity  support  from  DFIs & Banks",
"question_key":"dfi_banks",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Fresh sanctions lined up in the  present month and coming quarters",
"question_key":"fresh_sanctions",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}
]
}
{"section_id":"26","section_name":"Total Overall Debt/Equity Profile","onsubmit":null,"questions":[{"question":"Types of debt structures and major debt providers","question_key":"dept_structures","type":"7","field_width":"45","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Future plan for additional funding ","question_key":"future_plan","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Funding received during covid times including liquidity support from DFIs & Banks","question_key":"dfi_banks","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Fresh sanctions lined up in the present month and coming quarters","question_key":"fresh_sanctions","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]}]}

View File

@ -1,243 +1 @@
{
"section_id":"7",
"section_name":"Financial  analysis",
"onsubmit":null,
"questions":[
{
"question":"CAR (Tier-1)/CAR (Tier-1 + Tier-2)",
"question_key":"car_type",
"type":"1",
"field_width":"45",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Leverage (D/E) (excluding Managed)",
"question_key":"leverage",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"ALM",
"question_key":"alm",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Opex",
"question_key":"opex",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"NIM (%) - as per Audited B/S",
"question_key":"nim",
"type":"1",
"field_width":"100",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Opex (% of Avg. Book)",
"question_key":"opex_average",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":" Opex (% of NII)",
"question_key":"opex_nii",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}, {
"question":"Return on Assets",
"question_key":"return_asset",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},{
"question":"Return on Equity",
"question_key":"return_equity",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},{
"question":" IRR (Derived)",
"question_key":"irr",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},{
"question":"Avg. Borrowing Cost (Derived)",
"question_key":"avg_borrowing",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},{
"question":"Spread (Derived)",
"question_key":"spread",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}
]
}
{"section_id":"27","section_name":"Financial analysis","onsubmit":null,"questions":[{"question":"CAR (Tier-1)/CAR (Tier-1 + Tier-2)","question_key":"car_type","type":"1","field_width":"45","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Leverage (D/E) (excluding Managed)","question_key":"leverage","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"ALM","question_key":"alm","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Opex","question_key":"opex","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"NIM (%) - as per Audited B/S","question_key":"nim","type":"1","field_width":"100","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Opex (% of Avg. Book)","question_key":"opex_average","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":" Opex (% of NII)","question_key":"opex_nii","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Return on Assets","question_key":"return_asset","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Return on Equity","question_key":"return_equity","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":" IRR (Derived)","question_key":"irr","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Avg. Borrowing Cost (Derived)","question_key":"avg_borrowing","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Spread (Derived)","question_key":"spread","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]}]}

View File

@ -1,31 +1 @@
{
"section_id":"1",
"section_name":"Overall Plan of Action",
"onsubmit":null,
"questions":[
{
"question":"Future plan on  expansion  geographies wise , products and regions . Equity  and debt structuring as well as  dilution in future. Target book for the present quarter and  YOY   projections ",
"question_key":"future_plan",
"type":"1",
"field_width":"100",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}
]
}
{"section_id":"28","section_name":"Overall Plan of Action","onsubmit":null,"questions":[{"question":"Future plan on expansion geographies wise , products and regions . Equity and debt structuring as well as dilution in future. Target book for the present quarter and YOY projections ","question_key":"future_plan","type":"7","field_width":"100","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null}]}

View File

@ -1,268 +1 @@
{
"section_id":"9",
"section_name":"Validation Points vide Systems and books at HQ and branches",
"onsubmit":null,
"questions":[
{
"question":"Stock to be validated from system",
"question_key":"stock_validated",
"type":"1",
"field_width":"45",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Collateral coverage for existing borrowing ( System Mapping to be checked)",
"question_key":"collateral_coverage",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Collection efficiency and system flagging to be counterchecked and same with PAR cuts",
"question_key":"collection_efficiency",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Sample check of loan dox, application form along with PAN for Active loan accounts",
"question_key":"loan_dox",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Disbursement no to be checked from system",
"question_key":"disbursement",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Top 20 exposure to be checked with data submitted",
"question_key":"top20_exposure",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Sample Sanction letters to validate collateral cover stipulated for existing Borrowing",
"question_key":"sanction_letters",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Provisioning /Write-off/NPA flagging to be counter checked",
"question_key":"provisioning",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Restructuring of Loans in system on sample basis",
"question_key":"restructuring_loan",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"EMI cycle date in system",
"question_key":"emi_date",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Cash and Bank ledger to be checked",
"question_key":"cash_checked",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Free FD details to be taken and validated from Accounting system",
"question_key":"fd_details",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
},
{
"question":"Application/Systems used for Boarding /Loan management",
"question_key":"loan_management",
"type":"1",
"field_width":"45",
"field_type":"text",
"api_properties":null,
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Field Required",
"value":null
}
]
}
]
}
{"section_id":"29","section_name":"Validation Points vide Systems and Books at HQ and Branches","onsubmit":null,"questions":[{"question":"Stock to be validated from system","question_key":"stock_validated","type":"1","field_width":"45","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null},{"question":"Collateral coverage for existing borrowing ( System Mapping to be checked)","question_key":"collateral_coverage","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Collection efficiency and system flagging to be counterchecked and same with PAR cuts","question_key":"collection_efficiency","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Sample check of loan dox, application form along with PAN for Active loan accounts","question_key":"loan_dox","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Disbursement no to be checked from system","question_key":"disbursement","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Top 20 exposure to be checked with data submitted","question_key":"top20_exposure","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Sample Sanction letters to validate collateral cover stipulated for existing Borrowing","question_key":"sanction_letters","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Provisioning /Write-off/NPA flagging to be counter checked","question_key":"provisioning","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Restructuring of Loans in system on sample basis","question_key":"restructuring_loan","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"EMI cycle date in system","question_key":"emi_date","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Cash and Bank ledger to be checked","question_key":"cash_checked","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Free FD details to be taken and validated from Accounting system","question_key":"fd_details","type":"7","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null},{"question":"Application/Systems used for Boarding /Loan management","question_key":"loan_management","type":"1","field_width":"45","field_type":"text","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null}]}