gemcap-be-common 1.4.48 → 1.4.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -197,6 +197,9 @@ export declare enum EProspectFileGroups {
|
|
|
197
197
|
ownershipStructure = "ownershipStructure",
|
|
198
198
|
organizationStructure = "organizationStructure",
|
|
199
199
|
financialsBankInformation = "financialsBankInformation",
|
|
200
|
+
financialsBankInformation_historicalFinancials = "financialsBankInformation_historicalFinancials",
|
|
201
|
+
financialsBankInformation_projections = "financialsBankInformation_projections",
|
|
202
|
+
financialsBankInformation_bankStatements = "financialsBankInformation_bankStatements",
|
|
200
203
|
historicalFinancials = "historicalFinancials",
|
|
201
204
|
projections = "projections",
|
|
202
205
|
accountsPayables = "accountsPayables",
|
package/models/Prospect.model.js
CHANGED
|
@@ -171,6 +171,9 @@ var EProspectFileGroups;
|
|
|
171
171
|
EProspectFileGroups["ownershipStructure"] = "ownershipStructure";
|
|
172
172
|
EProspectFileGroups["organizationStructure"] = "organizationStructure";
|
|
173
173
|
EProspectFileGroups["financialsBankInformation"] = "financialsBankInformation";
|
|
174
|
+
EProspectFileGroups["financialsBankInformation_historicalFinancials"] = "financialsBankInformation_historicalFinancials";
|
|
175
|
+
EProspectFileGroups["financialsBankInformation_projections"] = "financialsBankInformation_projections";
|
|
176
|
+
EProspectFileGroups["financialsBankInformation_bankStatements"] = "financialsBankInformation_bankStatements";
|
|
174
177
|
EProspectFileGroups["historicalFinancials"] = "historicalFinancials";
|
|
175
178
|
EProspectFileGroups["projections"] = "projections";
|
|
176
179
|
EProspectFileGroups["accountsPayables"] = "accountsPayables";
|
|
@@ -199,6 +202,9 @@ exports.prospectFileGroups = [
|
|
|
199
202
|
EProspectFileGroups.borrowingBase,
|
|
200
203
|
EProspectFileGroups.corporateDocuments,
|
|
201
204
|
EProspectFileGroups.financialsBankInformation,
|
|
205
|
+
EProspectFileGroups.financialsBankInformation_historicalFinancials,
|
|
206
|
+
EProspectFileGroups.financialsBankInformation_bankStatements,
|
|
207
|
+
EProspectFileGroups.financialsBankInformation_projections,
|
|
202
208
|
EProspectFileGroups.collateralSales,
|
|
203
209
|
EProspectFileGroups.taxes,
|
|
204
210
|
EProspectFileGroups.taxesIncome,
|
|
@@ -313,44 +319,44 @@ const externalProspectInitialInfo = () => ({
|
|
|
313
319
|
[ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.financialInformation]: [
|
|
314
320
|
{
|
|
315
321
|
_id: (0, main_helper_1.getUUID)(),
|
|
316
|
-
_sharepointFolder:
|
|
322
|
+
_sharepointFolder: EProspectFileGroups.financialsBankInformation_historicalFinancials,
|
|
317
323
|
title: 'Prior 2 years and YTD Income Statement & Balance Sheet in Excel Format',
|
|
318
324
|
},
|
|
319
325
|
{
|
|
320
326
|
_id: (0, main_helper_1.getUUID)(),
|
|
321
|
-
_sharepointFolder:
|
|
327
|
+
_sharepointFolder: EProspectFileGroups.financialsBankInformation_projections,
|
|
322
328
|
title: 'Currently Monthly Projections',
|
|
323
329
|
},
|
|
324
330
|
{
|
|
325
331
|
_id: (0, main_helper_1.getUUID)(),
|
|
326
|
-
_sharepointFolder:
|
|
332
|
+
_sharepointFolder: EProspectFileGroups.financialsBankInformation_bankStatements,
|
|
327
333
|
title: 'Last 3 Month Bank Statements',
|
|
328
334
|
},
|
|
329
335
|
],
|
|
330
336
|
[ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.accountsReceivables]: [
|
|
331
337
|
{
|
|
332
338
|
_id: (0, main_helper_1.getUUID)(),
|
|
333
|
-
_sharepointFolder:
|
|
339
|
+
_sharepointFolder: EProspectFileGroups.accountsPayables,
|
|
334
340
|
title: 'Excel Format: Current and past 12 months A/P aging report by invoice date',
|
|
335
341
|
},
|
|
336
342
|
{
|
|
337
343
|
_id: (0, main_helper_1.getUUID)(),
|
|
338
|
-
_sharepointFolder:
|
|
344
|
+
_sharepointFolder: EProspectFileGroups.receivables,
|
|
339
345
|
title: 'Excel Format: Current and past 12 months A/R aging report by invoice date',
|
|
340
346
|
},
|
|
341
347
|
{
|
|
342
348
|
_id: (0, main_helper_1.getUUID)(),
|
|
343
|
-
_sharepointFolder:
|
|
349
|
+
_sharepointFolder: EProspectFileGroups.receivables,
|
|
344
350
|
title: 'Excel Format: A/R dilution (write-offs) for the trailing 3 months and 12 months',
|
|
345
351
|
},
|
|
346
352
|
{
|
|
347
353
|
_id: (0, main_helper_1.getUUID)(),
|
|
348
|
-
_sharepointFolder:
|
|
354
|
+
_sharepointFolder: EProspectFileGroups.receivables,
|
|
349
355
|
title: 'Excel Format: Outstanding / held checks list',
|
|
350
356
|
},
|
|
351
357
|
{
|
|
352
358
|
_id: (0, main_helper_1.getUUID)(),
|
|
353
|
-
_sharepointFolder:
|
|
359
|
+
_sharepointFolder: EProspectFileGroups.receivables,
|
|
354
360
|
title: 'Excel Format: Average A/R and A/P turnover in days for the trailing 3 months and 12 months',
|
|
355
361
|
},
|
|
356
362
|
],
|
package/models/Prospect.model.ts
CHANGED
|
@@ -258,6 +258,9 @@ export enum EProspectFileGroups {
|
|
|
258
258
|
ownershipStructure = 'ownershipStructure',
|
|
259
259
|
organizationStructure = 'organizationStructure',
|
|
260
260
|
financialsBankInformation = 'financialsBankInformation',
|
|
261
|
+
financialsBankInformation_historicalFinancials = 'financialsBankInformation_historicalFinancials',
|
|
262
|
+
financialsBankInformation_projections = 'financialsBankInformation_projections',
|
|
263
|
+
financialsBankInformation_bankStatements = 'financialsBankInformation_bankStatements',
|
|
261
264
|
historicalFinancials = 'historicalFinancials',
|
|
262
265
|
projections = 'projections',
|
|
263
266
|
accountsPayables = 'accountsPayables',
|
|
@@ -288,6 +291,9 @@ export const prospectFileGroups: string[] = [
|
|
|
288
291
|
EProspectFileGroups.borrowingBase,
|
|
289
292
|
EProspectFileGroups.corporateDocuments,
|
|
290
293
|
EProspectFileGroups.financialsBankInformation,
|
|
294
|
+
EProspectFileGroups.financialsBankInformation_historicalFinancials,
|
|
295
|
+
EProspectFileGroups.financialsBankInformation_bankStatements,
|
|
296
|
+
EProspectFileGroups.financialsBankInformation_projections,
|
|
291
297
|
EProspectFileGroups.collateralSales,
|
|
292
298
|
EProspectFileGroups.taxes,
|
|
293
299
|
EProspectFileGroups.taxesIncome,
|
|
@@ -410,44 +416,44 @@ export const externalProspectInitialInfo = (): IProspectExternalNew => ({
|
|
|
410
416
|
[ExternalProspectStageTwoTables.financialInformation]: [
|
|
411
417
|
{
|
|
412
418
|
_id: getUUID(),
|
|
413
|
-
_sharepointFolder:
|
|
419
|
+
_sharepointFolder: EProspectFileGroups.financialsBankInformation_historicalFinancials,
|
|
414
420
|
title: 'Prior 2 years and YTD Income Statement & Balance Sheet in Excel Format',
|
|
415
421
|
},
|
|
416
422
|
{
|
|
417
423
|
_id: getUUID(),
|
|
418
|
-
_sharepointFolder:
|
|
424
|
+
_sharepointFolder: EProspectFileGroups.financialsBankInformation_projections,
|
|
419
425
|
title: 'Currently Monthly Projections',
|
|
420
426
|
},
|
|
421
427
|
{
|
|
422
428
|
_id: getUUID(),
|
|
423
|
-
_sharepointFolder:
|
|
429
|
+
_sharepointFolder: EProspectFileGroups.financialsBankInformation_bankStatements,
|
|
424
430
|
title: 'Last 3 Month Bank Statements',
|
|
425
431
|
},
|
|
426
432
|
],
|
|
427
433
|
[ExternalProspectStageTwoTables.accountsReceivables]: [
|
|
428
434
|
{
|
|
429
435
|
_id: getUUID(),
|
|
430
|
-
_sharepointFolder:
|
|
436
|
+
_sharepointFolder: EProspectFileGroups.accountsPayables,
|
|
431
437
|
title: 'Excel Format: Current and past 12 months A/P aging report by invoice date',
|
|
432
438
|
},
|
|
433
439
|
{
|
|
434
440
|
_id: getUUID(),
|
|
435
|
-
_sharepointFolder:
|
|
441
|
+
_sharepointFolder: EProspectFileGroups.receivables,
|
|
436
442
|
title: 'Excel Format: Current and past 12 months A/R aging report by invoice date',
|
|
437
443
|
},
|
|
438
444
|
{
|
|
439
445
|
_id: getUUID(),
|
|
440
|
-
_sharepointFolder:
|
|
446
|
+
_sharepointFolder: EProspectFileGroups.receivables,
|
|
441
447
|
title: 'Excel Format: A/R dilution (write-offs) for the trailing 3 months and 12 months',
|
|
442
448
|
},
|
|
443
449
|
{
|
|
444
450
|
_id: getUUID(),
|
|
445
|
-
_sharepointFolder:
|
|
451
|
+
_sharepointFolder: EProspectFileGroups.receivables,
|
|
446
452
|
title: 'Excel Format: Outstanding / held checks list',
|
|
447
453
|
},
|
|
448
454
|
{
|
|
449
455
|
_id: getUUID(),
|
|
450
|
-
_sharepointFolder:
|
|
456
|
+
_sharepointFolder: EProspectFileGroups.receivables,
|
|
451
457
|
title: 'Excel Format: Average A/R and A/P turnover in days for the trailing 3 months and 12 months',
|
|
452
458
|
},
|
|
453
459
|
],
|