@leavittsoftware/lg-core-typescript 4.170.1 → 4.170.2

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.
Files changed (2) hide show
  1. package/lg.net.apfc.ts +2747 -0
  2. package/package.json +3 -1
package/lg.net.apfc.ts ADDED
@@ -0,0 +1,2747 @@
1
+ // ----------------------
2
+ // <auto-generated>
3
+ // generated using a custom program
4
+ // </auto-generated>
5
+ // ----------------------
6
+
7
+ export interface Account {
8
+ AccountNumber: string | null;
9
+ AccountPayoff: Partial<number> | null;
10
+ AccountPayoffDate: string | null;
11
+ AccountType: string | null;
12
+ AccountTypeText: string | null;
13
+ ActivatedByUserID: number | null;
14
+ ActivationDate: string | null;
15
+ AdditionalInsuredNames: string | null;
16
+ AddOnInterest: Partial<number> | null;
17
+ AgencyControlOverNoticeOfCancellation: string | null;
18
+ AgentID: number | null;
19
+ AmountFinanced: Partial<number> | null;
20
+ BalanceDue: Partial<number> | null;
21
+ BalanceDueNoFees: Partial<number> | null;
22
+ BalanceDueNoWriteOffs: Partial<number> | null;
23
+ BalanceDueWithFees: Partial<number> | null;
24
+ BuyRate: Partial<number> | null;
25
+ CancelConfirmed: string | null;
26
+ CancelFeesDue: Partial<number> | null;
27
+ CancellationDate: string | null;
28
+ CancelReason: string | null;
29
+ CurPaymentAmount: Partial<number> | null;
30
+ CurPaymentNumber: number | null;
31
+ CurStatusCode: string | null;
32
+ CurStatusCodeText: string | null;
33
+ DayBeforeCancellationDate: string | null;
34
+ DepartmentCode: string | null;
35
+ DownPayment: Partial<number> | null;
36
+ DownPaymentBalance: Partial<number> | null;
37
+ DownPaymentDue: Partial<number> | null;
38
+ EffectiveCancellationDate: string | null;
39
+ EffectiveDate: string;
40
+ EffectiveInterestRate: Partial<number> | null;
41
+ FeesWrittenOff: Partial<number> | null;
42
+ FirstPaymentDueDate: string | null;
43
+ ID: number;
44
+ InsuredID: number | null;
45
+ InsuredPaymentType: string | null;
46
+ InterestEarned: Partial<number> | null;
47
+ InterestPaid: Partial<number> | null;
48
+ InterestRate: Partial<number> | null;
49
+ InterestWrittenOff: Partial<number> | null;
50
+ LastPaymentDueDate: string | null;
51
+ LastUpdate: string | null;
52
+ LateChargesDue: Partial<number> | null;
53
+ MaturityDate: string | null;
54
+ NextCancellationDate: string | null;
55
+ NextMonthAccountPayoff: Partial<number> | null;
56
+ NextMonthAccountPayoffDate: string | null;
57
+ NextPaymentDueDate: string | null;
58
+ NextPaymentDueWithLate: Partial<number> | null;
59
+ NextPaymentDueWithLateDate: string | null;
60
+ NextStatementDate: string | null;
61
+ NSFFeesDue: Partial<number> | null;
62
+ NumPayments: number | null;
63
+ OriginationState: string | null;
64
+ OtherChargesDue: Partial<number> | null;
65
+ PaymentDue: Partial<number> | null;
66
+ PaymentType: string | null;
67
+ PayoffValidDate: string | null;
68
+ PolicyNumbers: string | null;
69
+ PrincipalPaid: Partial<number> | null;
70
+ PrincipalWrittenOff: Partial<number> | null;
71
+ QuoteID: number | null;
72
+ QuoteNumber: string | null;
73
+ RateTableID: number | null;
74
+ RefundPayableTo: string | null;
75
+ RefundSendTo: string | null;
76
+ RequireCertifiedFunds: string | null;
77
+ SalesExecutiveName: string | null;
78
+ SetupFeeDue: Partial<number> | null;
79
+ SetUpFeeWrittenOff: Partial<number> | null;
80
+ SignedAgreement: string | null;
81
+ SiteID: string | null;
82
+ SolicitorID: number | null;
83
+ StatusChanged: string | null;
84
+ SubStatusChanged: string | null;
85
+ SubStatusCode: string | null;
86
+ SubStatusString: string | null;
87
+ SuspendDate: string | null;
88
+ Suspended: string | null;
89
+ Territory: string | null;
90
+ TotalAccountInterest: Partial<number> | null;
91
+ TotalAmountDue: Partial<number> | null;
92
+ }
93
+
94
+ export interface AccountPolicyBalanceEqualException {
95
+ accountID: number;
96
+ Diff: Partial<number> | null;
97
+ }
98
+
99
+ export interface Account_100 {
100
+ AccountNumber: string | null;
101
+ AccountPayoff: Partial<number> | null;
102
+ AccountPayoffDate: string | null;
103
+ AccountType: string | null;
104
+ AccountTypeText: string | null;
105
+ ActivatedByUserID: number | null;
106
+ ActivationDate: string | null;
107
+ ActivationDateMMMyyyy: string | null;
108
+ AdditionalInsuredNames: string | null;
109
+ AddOnInterest: Partial<number> | null;
110
+ AgencyControlOverNoticeOfCancellation: string | null;
111
+ AgentID: number | null;
112
+ AmountFinanced: Partial<number> | null;
113
+ BalanceDue: Partial<number> | null;
114
+ BalanceDueNoFees: Partial<number> | null;
115
+ BalanceDueNoWriteOffs: Partial<number> | null;
116
+ BalanceDueWithFees: Partial<number> | null;
117
+ BuyRate: Partial<number> | null;
118
+ CancelConfirmed: string | null;
119
+ CancelFeesDue: Partial<number> | null;
120
+ CancellationDate: string | null;
121
+ CancelReason: string | null;
122
+ CurPaymentAmount: Partial<number> | null;
123
+ CurPaymentNumber: number | null;
124
+ CurStatusCode: string | null;
125
+ CurStatusCodeText: string | null;
126
+ Database2: string;
127
+ DayBeforeCancellationDate: string | null;
128
+ DepartmentCode: string | null;
129
+ DownPayment: Partial<number> | null;
130
+ DownPaymentBalance: Partial<number> | null;
131
+ DownPaymentDue: Partial<number> | null;
132
+ EffectiveCancellationDate: string | null;
133
+ EffectiveDate: string | null;
134
+ EffectiveInterestRate: Partial<number> | null;
135
+ FeesWrittenOff: Partial<number> | null;
136
+ FirstPaymentDueDate: string | null;
137
+ Guaranteed: string | null;
138
+ ID: number;
139
+ InsuredID: number | null;
140
+ InsuredPaymentType: string | null;
141
+ InterestDeffered: Partial<number> | null;
142
+ InterestEarned: Partial<number> | null;
143
+ InterestPaid: Partial<number> | null;
144
+ InterestRate: Partial<number> | null;
145
+ InterestWrittenOff: Partial<number> | null;
146
+ LastPaymentDueDate: string | null;
147
+ LastUpdate: string | null;
148
+ LateChargesDue: Partial<number> | null;
149
+ MaturityDate: string | null;
150
+ NextCancellationDate: string | null;
151
+ NextMonthAccountPayoff: Partial<number> | null;
152
+ NextMonthAccountPayoffDate: string | null;
153
+ NextPaymentDueDate: string | null;
154
+ NextPaymentDueWithLate: Partial<number> | null;
155
+ NextPaymentDueWithLateDate: string | null;
156
+ NextStatementDate: string | null;
157
+ NSFFeesDue: Partial<number> | null;
158
+ NumPayments: number | null;
159
+ OriginationState: string | null;
160
+ OtherChargesDue: Partial<number> | null;
161
+ PaymentDue: Partial<number> | null;
162
+ PaymentType: string | null;
163
+ PayoffValidDate: string | null;
164
+ PolicyNumbers: string | null;
165
+ PrincipalPaid: Partial<number> | null;
166
+ PrincipalWrittenOff: Partial<number> | null;
167
+ QuoteID: number | null;
168
+ QuoteNumber: string | null;
169
+ RateTableID: number | null;
170
+ RefundPayableTo: string | null;
171
+ RefundSendTo: string | null;
172
+ RequireCertifiedFunds: string | null;
173
+ SalesExecutiveName: string | null;
174
+ SetupFeeDue: Partial<number> | null;
175
+ SetUpFeeWrittenOff: Partial<number> | null;
176
+ SignedAgreement: string | null;
177
+ SiteID: string | null;
178
+ SolicitorID: number | null;
179
+ StatusChanged: string | null;
180
+ SubStatusChanged: string | null;
181
+ SubStatusString: string | null;
182
+ SuspendDate: string | null;
183
+ Suspended: string | null;
184
+ Territory: string | null;
185
+ TerritoryFullName: string;
186
+ TotalAccountInterest: Partial<number> | null;
187
+ TotalAmountDue: Partial<number> | null;
188
+ TotalDownPayment: Partial<number> | null;
189
+ }
190
+
191
+ export interface Account_100_Monthly {
192
+ AccountNumber: string | null;
193
+ AccountPayoff: Partial<number> | null;
194
+ AccountPayoffDate: string | null;
195
+ AccountType: string | null;
196
+ AccountTypeText: string | null;
197
+ ActivatedByUserID: number | null;
198
+ ActivationDate: string | null;
199
+ ActivationDateMMMyyyy: string | null;
200
+ AdditionalInsuredNames: string | null;
201
+ AddOnInterest: Partial<number> | null;
202
+ AgencyControlOverNoticeOfCancellation: string | null;
203
+ AgentID: number | null;
204
+ AmountFinanced: Partial<number> | null;
205
+ BalanceDue: Partial<number> | null;
206
+ BalanceDueNoFees: Partial<number> | null;
207
+ BalanceDueNoWriteOffs: Partial<number> | null;
208
+ BalanceDueWithFees: Partial<number> | null;
209
+ BuyRate: Partial<number> | null;
210
+ CancelConfirmed: string | null;
211
+ CancelFeesDue: Partial<number> | null;
212
+ CancellationDate: string | null;
213
+ CancelReason: string | null;
214
+ CurPaymentAmount: Partial<number> | null;
215
+ CurPaymentNumber: number | null;
216
+ CurStatusCode: string | null;
217
+ CurStatusCodeText: string | null;
218
+ Database2: string;
219
+ DayBeforeCancellationDate: string | null;
220
+ DepartmentCode: string | null;
221
+ DownPayment: Partial<number> | null;
222
+ DownPaymentBalance: Partial<number> | null;
223
+ DownPaymentDue: Partial<number> | null;
224
+ EffectiveCancellationDate: string | null;
225
+ EffectiveDate: string | null;
226
+ EffectiveInterestRate: Partial<number> | null;
227
+ FeesWrittenOff: Partial<number> | null;
228
+ FirstPaymentDueDate: string | null;
229
+ Guaranteed: string | null;
230
+ ID: number;
231
+ InsuredID: number | null;
232
+ InsuredPaymentType: string | null;
233
+ InterestDeffered: Partial<number> | null;
234
+ InterestEarned: Partial<number> | null;
235
+ InterestPaid: Partial<number> | null;
236
+ InterestRate: Partial<number> | null;
237
+ InterestWrittenOff: Partial<number> | null;
238
+ LastPaymentDueDate: string | null;
239
+ LastUpdate: string | null;
240
+ LateChargesDue: Partial<number> | null;
241
+ MaturityDate: string | null;
242
+ NextCancellationDate: string | null;
243
+ NextMonthAccountPayoff: Partial<number> | null;
244
+ NextMonthAccountPayoffDate: string | null;
245
+ NextPaymentDueDate: string | null;
246
+ NextPaymentDueWithLate: Partial<number> | null;
247
+ NextPaymentDueWithLateDate: string | null;
248
+ NextStatementDate: string | null;
249
+ NSFFeesDue: Partial<number> | null;
250
+ NumPayments: number | null;
251
+ OriginationState: string | null;
252
+ OtherChargesDue: Partial<number> | null;
253
+ PaymentDue: Partial<number> | null;
254
+ PaymentType: string | null;
255
+ PayoffValidDate: string | null;
256
+ PolicyNumbers: string | null;
257
+ PrincipalPaid: Partial<number> | null;
258
+ PrincipalWrittenOff: Partial<number> | null;
259
+ QuoteID: number | null;
260
+ QuoteNumber: string | null;
261
+ RateTableID: number | null;
262
+ RefundPayableTo: string | null;
263
+ RefundSendTo: string | null;
264
+ RequireCertifiedFunds: string | null;
265
+ SalesExecutiveName: string | null;
266
+ SetupFeeDue: Partial<number> | null;
267
+ SetUpFeeWrittenOff: Partial<number> | null;
268
+ SignedAgreement: string | null;
269
+ SiteID: string | null;
270
+ SolicitorID: number | null;
271
+ StatusChanged: string | null;
272
+ SubStatusChanged: string | null;
273
+ SubStatusString: string | null;
274
+ SuspendDate: string | null;
275
+ Suspended: string | null;
276
+ Territory: string | null;
277
+ TerritoryFullName: string;
278
+ TotalAccountInterest: Partial<number> | null;
279
+ TotalAmountDue: Partial<number> | null;
280
+ TotalDownPayment: Partial<number> | null;
281
+ }
282
+
283
+ export interface Account_Monthy {
284
+ AccountNumber: string | null;
285
+ AccountPayoff: Partial<number> | null;
286
+ AccountPayoffDate: string | null;
287
+ AccountType: string | null;
288
+ AccountTypeText: string | null;
289
+ ActivatedByUserID: number | null;
290
+ ActivationDate: string | null;
291
+ AdditionalInsuredNames: string | null;
292
+ AddOnInterest: Partial<number> | null;
293
+ AgencyControlOverNoticeOfCancellation: string | null;
294
+ AgentID: number | null;
295
+ AmountFinanced: Partial<number> | null;
296
+ BalanceDue: Partial<number> | null;
297
+ BalanceDueNoFees: Partial<number> | null;
298
+ BalanceDueNoWriteOffs: Partial<number> | null;
299
+ BalanceDueWithFees: Partial<number> | null;
300
+ BuyRate: Partial<number> | null;
301
+ CancelConfirmed: string | null;
302
+ CancelFeesDue: Partial<number> | null;
303
+ CancellationDate: string | null;
304
+ CancelReason: string | null;
305
+ CurPaymentAmount: Partial<number> | null;
306
+ CurPaymentNumber: number | null;
307
+ CurStatusCode: string | null;
308
+ CurStatusCodeText: string | null;
309
+ DayBeforeCancellationDate: string | null;
310
+ DepartmentCode: string | null;
311
+ DownPayment: Partial<number> | null;
312
+ DownPaymentBalance: Partial<number> | null;
313
+ DownPaymentDue: Partial<number> | null;
314
+ EffectiveCancellationDate: string | null;
315
+ EffectiveDate: string | null;
316
+ EffectiveInterestRate: Partial<number> | null;
317
+ FeesWrittenOff: Partial<number> | null;
318
+ FirstPaymentDueDate: string | null;
319
+ ID: number;
320
+ InsuredID: number | null;
321
+ InsuredPaymentType: string | null;
322
+ InterestEarned: Partial<number> | null;
323
+ InterestPaid: Partial<number> | null;
324
+ InterestRate: Partial<number> | null;
325
+ InterestWrittenOff: Partial<number> | null;
326
+ LastPaymentDueDate: string | null;
327
+ LastUpdate: string | null;
328
+ LateChargesDue: Partial<number> | null;
329
+ MaturityDate: string | null;
330
+ NextCancellationDate: string | null;
331
+ NextMonthAccountPayoff: Partial<number> | null;
332
+ NextMonthAccountPayoffDate: string | null;
333
+ NextPaymentDueDate: string | null;
334
+ NextPaymentDueWithLate: Partial<number> | null;
335
+ NextPaymentDueWithLateDate: string | null;
336
+ NextStatementDate: string | null;
337
+ NSFFeesDue: Partial<number> | null;
338
+ NumPayments: number | null;
339
+ OriginationState: string | null;
340
+ OtherChargesDue: Partial<number> | null;
341
+ PaymentDue: Partial<number> | null;
342
+ PaymentType: string | null;
343
+ PayoffValidDate: string | null;
344
+ PolicyNumbers: string | null;
345
+ PrincipalPaid: Partial<number> | null;
346
+ PrincipalWrittenOff: Partial<number> | null;
347
+ QuoteID: number | null;
348
+ QuoteNumber: string | null;
349
+ RateTableID: number | null;
350
+ RefundPayableTo: string | null;
351
+ RefundSendTo: string | null;
352
+ RequireCertifiedFunds: string | null;
353
+ SalesExecutiveName: string | null;
354
+ SetupFeeDue: Partial<number> | null;
355
+ SetUpFeeWrittenOff: Partial<number> | null;
356
+ SignedAgreement: string | null;
357
+ SiteID: string | null;
358
+ SolicitorID: number | null;
359
+ StatusChanged: string | null;
360
+ SubStatusChanged: string | null;
361
+ SubStatusCode: string | null;
362
+ SubStatusString: string | null;
363
+ SuspendDate: string | null;
364
+ Suspended: string | null;
365
+ Territory: string | null;
366
+ TotalAccountInterest: Partial<number> | null;
367
+ TotalAmountDue: Partial<number> | null;
368
+ }
369
+
370
+ export interface AF_byAgent_2yr_RPT {
371
+ AgentName: string | null;
372
+ City: string | null;
373
+ Percent_Change: Partial<number> | null;
374
+ Production_Previous_YTD: Partial<number> | null;
375
+ Production_YTD: Partial<number> | null;
376
+ State: string | null;
377
+ }
378
+
379
+ export interface AF_byAgent_3m_1y_RPT {
380
+ Accounts_MTD: number;
381
+ Accounts_MTD_2: number;
382
+ Accounts_MTD_3: number;
383
+ AgentName: string | null;
384
+ AmountFinanced_MTD: Partial<number>;
385
+ AmountFinanced_MTD_2: Partial<number>;
386
+ AmountFinanced_MTD_3: Partial<number>;
387
+ AmountFinanced_YTD: Partial<number>;
388
+ City: string | null;
389
+ State: string | null;
390
+ }
391
+
392
+ export interface AF_byAgent_MTD {
393
+ Accounts: number | null;
394
+ AgentName: string | null;
395
+ AmountFinanced: Partial<number> | null;
396
+ City: string | null;
397
+ ID: number | null;
398
+ State: string | null;
399
+ }
400
+
401
+ export interface AF_byAgent_MTD_2 {
402
+ Accounts: number | null;
403
+ AgentName: string | null;
404
+ AmountFinanced: Partial<number> | null;
405
+ City: string | null;
406
+ ID: number | null;
407
+ State: string | null;
408
+ }
409
+
410
+ export interface AF_byAgent_MTD_3 {
411
+ Accounts: number | null;
412
+ AgentName: string | null;
413
+ AmountFinanced: Partial<number> | null;
414
+ City: string | null;
415
+ ID: number | null;
416
+ State: string | null;
417
+ }
418
+
419
+ export interface AF_byAgent_YTD {
420
+ Accounts: number | null;
421
+ AgentName: string | null;
422
+ AmountFinanced: Partial<number> | null;
423
+ City: string | null;
424
+ ID: number | null;
425
+ State: string | null;
426
+ }
427
+
428
+ export interface AF_byAgent_YTDMTD_UNION {
429
+ AgentName: string | null;
430
+ City: string | null;
431
+ ID: number | null;
432
+ State: string | null;
433
+ }
434
+
435
+ export interface AF_byAgent_YTDYTD13_UNION {
436
+ AgentName: string | null;
437
+ City: string | null;
438
+ ID: number | null;
439
+ State: string | null;
440
+ }
441
+
442
+ export interface AF_byAgent_YTD_13 {
443
+ Accounts: number | null;
444
+ AgentName: string | null;
445
+ AmountFinanced: Partial<number> | null;
446
+ City: string | null;
447
+ ID: number | null;
448
+ State: string | null;
449
+ }
450
+
451
+ export interface AF_Summary_byTerr_MTD {
452
+ Accounts: number | null;
453
+ AmountFinanced: Partial<number> | null;
454
+ Territory: string | null;
455
+ }
456
+
457
+ export interface AF_Summary_byTerr_YTD {
458
+ Accounts: number | null;
459
+ AmountFinanced: Partial<number> | null;
460
+ Territory: string | null;
461
+ }
462
+
463
+ export interface AF_SUM_MTD {
464
+ AmountFinanced_MTD: Partial<number> | null;
465
+ }
466
+
467
+ export interface AF_SUM_YTD {
468
+ AmountFinanced_YTD: Partial<number> | null;
469
+ }
470
+
471
+ export interface AF_Threshold {
472
+ Class: string;
473
+ ID: number;
474
+ Type: string;
475
+ }
476
+
477
+ export interface AF_Tiered {
478
+ Accounts: number | null;
479
+ AmountFinanced: Partial<number> | null;
480
+ Average_Intrest_Rate: Partial<number> | null;
481
+ Tier: string | null;
482
+ Tier_ID: number | null;
483
+ }
484
+
485
+ export interface AgencyIdMappingToAMC {
486
+ AgencyCoID: string | null;
487
+ AgencyId: string;
488
+ tempName: string | null;
489
+ }
490
+
491
+ export interface AgencyYTDLeavittCommVolume {
492
+ Agency: string | null;
493
+ AgencyCoID: string | null;
494
+ CommercialPremium: Partial<number> | null;
495
+ PFAmountFin: Partial<number> | null;
496
+ }
497
+
498
+ export interface Agent {
499
+ Address1: string | null;
500
+ Address2: string | null;
501
+ Address3: string | null;
502
+ City: string | null;
503
+ Country: string | null;
504
+ Email: string | null;
505
+ Fax: string | null;
506
+ FlowThrough: Partial<number> | null;
507
+ ID: number;
508
+ Name: string | null;
509
+ Phone: string | null;
510
+ SalesExecutiveID: number | null;
511
+ SalesExecutiveName: string | null;
512
+ SearchCode: string | null;
513
+ State: string | null;
514
+ TaxID: string | null;
515
+ Territory: string | null;
516
+ Zip: string | null;
517
+ }
518
+
519
+ export interface Agent_Monthy {
520
+ Address1: string | null;
521
+ Address2: string | null;
522
+ Address3: string | null;
523
+ City: string | null;
524
+ Country: string | null;
525
+ Email: string | null;
526
+ Fax: string | null;
527
+ FlowThrough: Partial<number> | null;
528
+ ID: number;
529
+ Name: string | null;
530
+ Phone: string | null;
531
+ SalesExecutiveID: number | null;
532
+ SalesExecutiveName: string | null;
533
+ SearchCode: string | null;
534
+ State: string | null;
535
+ TaxID: string | null;
536
+ Territory: string | null;
537
+ Zip: string | null;
538
+ }
539
+
540
+ export interface AllAccounts_Tiered {
541
+ Accounts: number | null;
542
+ Tier: string | null;
543
+ Tier_ID: number | null;
544
+ }
545
+
546
+ export interface All_Payment {
547
+ AccountID: number | null;
548
+ AccountNumber: string | null;
549
+ ActivityDate: string | null;
550
+ AutoID: number;
551
+ CancelFee: Partial<number> | null;
552
+ CurStatusCodeText: string | null;
553
+ DepartmentCode: string;
554
+ Description: string | null;
555
+ EnteredByUserName: string | null;
556
+ LateCharge: Partial<number> | null;
557
+ NSFFee: Partial<number> | null;
558
+ Other: Partial<number> | null;
559
+ PaymentNumber: number | null;
560
+ PrincipalAndInterest: Partial<number> | null;
561
+ ReceiptMethod: string | null;
562
+ SetupFee: Partial<number> | null;
563
+ Territory: string | null;
564
+ TotalAmount: Partial<number> | null;
565
+ }
566
+
567
+ export interface All_Payments_Last_Payment {
568
+ AccountNumber: string | null;
569
+ Activity_Date: string | null;
570
+ }
571
+
572
+ export interface All_Payments_with_NSF {
573
+ AccountID: number | null;
574
+ AccountNumber: string | null;
575
+ ActivityDate: string | null;
576
+ AutoID: number;
577
+ CancelFee: Partial<number> | null;
578
+ CurStatusCodeText: string | null;
579
+ DepartmentCode: string;
580
+ Description: string | null;
581
+ EnteredByUserName: string | null;
582
+ LateCharge: Partial<number> | null;
583
+ NSF_Count: number;
584
+ NSFFee: Partial<number> | null;
585
+ Other: Partial<number> | null;
586
+ PaymentNumber: number | null;
587
+ PrincipalAndInterest: Partial<number> | null;
588
+ ReceiptMethod: string | null;
589
+ SetupFee: Partial<number> | null;
590
+ Territory: string | null;
591
+ TotalAmount: Partial<number> | null;
592
+ }
593
+
594
+ export interface AM_Best_Datum {
595
+ AMBestGroupName: string | null;
596
+ AMBestNumber: string | null;
597
+ BondOutlook: string | null;
598
+ BondRating: string | null;
599
+ Domicile: string | null;
600
+ Outlook: string | null;
601
+ Rating: string | null;
602
+ }
603
+
604
+ export interface BalanceVer_Income_MTD {
605
+ FeeIncome: Partial<number> | null;
606
+ Gross_Income: Partial<number> | null;
607
+ InterestIncome: Partial<number> | null;
608
+ TerritoryFullName: string;
609
+ Writeoffs: Partial<number> | null;
610
+ }
611
+
612
+ export interface BalanceVer_Income_YTD {
613
+ FeeIncome: Partial<number> | null;
614
+ Gross_Income: Partial<number> | null;
615
+ InterestIncome: Partial<number> | null;
616
+ TerritoryFullName: string;
617
+ Writeoffs: Partial<number> | null;
618
+ }
619
+
620
+ export interface Bankruptcy {
621
+ Class: string;
622
+ ID: number;
623
+ Type: string;
624
+ }
625
+
626
+ export interface Broker {
627
+ Address1: string | null;
628
+ Address2: string | null;
629
+ Address3: string | null;
630
+ City: string | null;
631
+ Contact: string | null;
632
+ Email: string | null;
633
+ Fax: string | null;
634
+ ID: number;
635
+ Name: string | null;
636
+ Phone: string | null;
637
+ SearchCode: string | null;
638
+ State: string | null;
639
+ Zip: string | null;
640
+ }
641
+
642
+ export interface Broker_Monthy {
643
+ Address1: string | null;
644
+ Address2: string | null;
645
+ Address3: string | null;
646
+ City: string | null;
647
+ Contact: string | null;
648
+ Email: string | null;
649
+ Fax: string | null;
650
+ ID: number;
651
+ Name: string | null;
652
+ Phone: string | null;
653
+ SearchCode: string | null;
654
+ State: string | null;
655
+ Zip: string | null;
656
+ }
657
+
658
+ export interface Cancellations_Tiered_MTD {
659
+ Accounts: number | null;
660
+ Tier: string | null;
661
+ Tier_ID: number | null;
662
+ }
663
+
664
+ export interface Cancellation_Rate_Tier {
665
+ Max: Partial<number> | null;
666
+ Min: Partial<number> | null;
667
+ Tier: string | null;
668
+ Tier_ID: number | null;
669
+ }
670
+
671
+ export interface CancelledAccounts_Tired_RPT {
672
+ All_Accounts: number;
673
+ Cancellation_Ratio: Partial<number> | null;
674
+ Cancelled_Accounts: number;
675
+ Tier: string | null;
676
+ }
677
+
678
+ export interface CompenIncomAgentIDUNION {
679
+ AgentCity: string | null;
680
+ AgentID: number | null;
681
+ AgentName: string | null;
682
+ AgentState: string | null;
683
+ }
684
+
685
+ export interface CompensationvsIncome_byAgency_RPT {
686
+ AgentCity: string | null;
687
+ AgentID: number | null;
688
+ AgentName: string | null;
689
+ AgentState: string | null;
690
+ Compensation_MTD: Partial<number>;
691
+ Compensation_PrevYTD: Partial<number>;
692
+ Compensation_YTD: Partial<number>;
693
+ Expr1: number | null;
694
+ GrossIncome_MTD: Partial<number>;
695
+ GrossIncome_PrevYTD: Partial<number>;
696
+ GrossIncome_YTD: Partial<number>;
697
+ }
698
+
699
+ export interface Compensation_byAgency_MTD {
700
+ AgentCity: string | null;
701
+ AgentID: number | null;
702
+ AgentName: string | null;
703
+ AgentState: string | null;
704
+ Compensation: Partial<number> | null;
705
+ }
706
+
707
+ export interface Compensation_byAgency_PrevYTD {
708
+ AgentCity: string | null;
709
+ AgentID: number | null;
710
+ AgentName: string | null;
711
+ AgentState: string | null;
712
+ Compensation: Partial<number> | null;
713
+ }
714
+
715
+ export interface Compensation_byAgency_YTD {
716
+ AgentCity: string | null;
717
+ AgentID: number | null;
718
+ AgentName: string | null;
719
+ AgentState: string | null;
720
+ Compensation: Partial<number> | null;
721
+ }
722
+
723
+ export interface Contact {
724
+ AccountID: number | null;
725
+ Address1: string | null;
726
+ Address2: string | null;
727
+ AgentID: number | null;
728
+ AutoID: number;
729
+ City: string | null;
730
+ Country: string | null;
731
+ Email: string | null;
732
+ Fax: string | null;
733
+ Name: string | null;
734
+ Phone: string | null;
735
+ State: string | null;
736
+ UserID: string | null;
737
+ Zip: string | null;
738
+ }
739
+
740
+ export interface Contact_Monthly {
741
+ AccountID: number | null;
742
+ Address1: string | null;
743
+ Address2: string | null;
744
+ AgentID: number | null;
745
+ AutoID: number;
746
+ City: string | null;
747
+ Country: string | null;
748
+ Email: string | null;
749
+ Fax: string | null;
750
+ Name: string | null;
751
+ Phone: string | null;
752
+ State: string | null;
753
+ UserID: string | null;
754
+ Zip: string | null;
755
+ }
756
+
757
+ export interface DAR_ALLL {
758
+ AccountNumber: string | null;
759
+ AgentName: string | null;
760
+ AmountFinanced: Partial<number> | null;
761
+ AuditlFactor: Partial<number> | null;
762
+ CancellationDate: string | null;
763
+ Capital_Balance_Due: Partial<number> | null;
764
+ DaysPastDue: number | null;
765
+ Grade: string | null;
766
+ InsuredName: string | null;
767
+ InterestEarnedAfterCancel: Partial<number> | null;
768
+ NormalFactor: Partial<number> | null;
769
+ OVERUNDER: string;
770
+ Tier: string | null;
771
+ TierOrder: string | null;
772
+ }
773
+
774
+ export interface DAR_ALLL_RPT {
775
+ AccountNumber: string | null;
776
+ AgencyCommitment: Partial<number> | null;
777
+ AgentName: string | null;
778
+ AmountFinanced: Partial<number> | null;
779
+ AuditlFactor: Partial<number> | null;
780
+ Calculated_Required_Allocation: Partial<number> | null;
781
+ CancellationDate: string | null;
782
+ Capital_Balance_Due: Partial<number> | null;
783
+ CarrierGACommitment: Partial<number> | null;
784
+ Commitment: string | null;
785
+ CommitmentFrom: string | null;
786
+ Date: string | null;
787
+ DaysPastDue: number | null;
788
+ Grade: string | null;
789
+ InsuredName: string | null;
790
+ InterestEarnedAfterCancel: Partial<number> | null;
791
+ Net_Amount_At_Risk: Partial<number> | null;
792
+ NormalFactor: Partial<number> | null;
793
+ OVERUNDER: string;
794
+ Tier: string | null;
795
+ TierOrder: string | null;
796
+ UnderAudit: string | null;
797
+ }
798
+
799
+ export interface DAR_Base {
800
+ AccountNumber: string | null;
801
+ AgentName: string | null;
802
+ AmountFinanced: Partial<number> | null;
803
+ AuditlFactor: Partial<number> | null;
804
+ Balance: Partial<number> | null;
805
+ CancellationDate: string | null;
806
+ Collateral: Partial<number> | null;
807
+ DaysPastDue: number | null;
808
+ GeneralAgentName: string | null;
809
+ Grade: string | null;
810
+ ID: number | null;
811
+ InsuranceCompanyID: number | null;
812
+ InsuranceCompanyName: string | null;
813
+ InsuredName: string | null;
814
+ InterestEarnedAfterCancel: Partial<number>;
815
+ NextPaymentDueDate: string | null;
816
+ NormalFactor: Partial<number> | null;
817
+ OVERUNDER: string;
818
+ PolicyInterest: Partial<number> | null;
819
+ PolicyNumber: string | null;
820
+ SubStatusString: string | null;
821
+ Tier: string | null;
822
+ TierOrder: string | null;
823
+ UnearnedPremium: Partial<number> | null;
824
+ }
825
+
826
+ export interface DAR_byTier {
827
+ BalanceDue: Partial<number> | null;
828
+ TerrTier: string | null;
829
+ }
830
+
831
+ export interface DB_Info {
832
+ DateOfData: string | null;
833
+ }
834
+
835
+ export interface DB_Info_Monthy {
836
+ DateOfData: string | null;
837
+ }
838
+
839
+ export interface DB_Log {
840
+ datetime: string | null;
841
+ ID: number;
842
+ Message: string | null;
843
+ }
844
+
845
+ export interface DebugDate {
846
+ LastBusinessDay: string | null;
847
+ LastDayLastMonth: string | null;
848
+ MTD_13_END: string | null;
849
+ MTD_END: string | null;
850
+ MTD_END_2: string | null;
851
+ MTD_END_3: string | null;
852
+ MTD_START: string | null;
853
+ MTD_START_2: string | null;
854
+ MTD_START_3: string | null;
855
+ NextBusinessDay: string | null;
856
+ YTD_13_END: string | null;
857
+ YTD_13_START: string | null;
858
+ YTD_END: string | null;
859
+ YTD_START: string | null;
860
+ }
861
+
862
+ export interface Dollar_Tier {
863
+ Max: Partial<number> | null;
864
+ Min: Partial<number> | null;
865
+ Tier: string | null;
866
+ Tier_ID: number | null;
867
+ }
868
+
869
+ export interface FinanceCompany {
870
+ Address1: string | null;
871
+ AgreementFax: string | null;
872
+ City: string | null;
873
+ CompanyCode: string | null;
874
+ Contact: string | null;
875
+ ContactEmail: string | null;
876
+ Email: string | null;
877
+ Fax: string | null;
878
+ ID: number;
879
+ LicenseNumber: string | null;
880
+ Name: string | null;
881
+ Phone: string | null;
882
+ State: string | null;
883
+ Zip: string | null;
884
+ }
885
+
886
+ export interface FinanceCompany_Monthy {
887
+ Address1: string | null;
888
+ AgreementFax: string | null;
889
+ City: string | null;
890
+ CompanyCode: string | null;
891
+ Contact: string | null;
892
+ ContactEmail: string | null;
893
+ Email: string | null;
894
+ Fax: string | null;
895
+ ID: number;
896
+ LicenseNumber: string | null;
897
+ Name: string | null;
898
+ Phone: string | null;
899
+ State: string | null;
900
+ Zip: string | null;
901
+ }
902
+
903
+ export interface FirstPaymentDue {
904
+ Class: string;
905
+ ID: number | null;
906
+ Type: string;
907
+ }
908
+
909
+ export interface GeneralAgent {
910
+ Address1: string | null;
911
+ Address2: string | null;
912
+ Address3: string | null;
913
+ City: string | null;
914
+ Contact: string | null;
915
+ Email: string | null;
916
+ Fax: string | null;
917
+ ID: number;
918
+ Name: string | null;
919
+ Phone: string | null;
920
+ SearchCode: string | null;
921
+ State: string | null;
922
+ Zip: string | null;
923
+ }
924
+
925
+ export interface GeneralAgent_Monthy {
926
+ Address1: string | null;
927
+ Address2: string | null;
928
+ Address3: string | null;
929
+ City: string | null;
930
+ Contact: string | null;
931
+ Email: string | null;
932
+ Fax: string | null;
933
+ ID: number;
934
+ Name: string | null;
935
+ Phone: string | null;
936
+ SearchCode: string | null;
937
+ State: string | null;
938
+ Zip: string | null;
939
+ }
940
+
941
+ export interface GLBaseLBDFISERVFormattedBaseBalanceCheck {
942
+ _400: Partial<number> | null;
943
+ _500: Partial<number> | null;
944
+ GL_Account: string | null;
945
+ }
946
+
947
+ export interface GLBaseLBDFISERVFormattedBaseFinal {
948
+ ActivityDate: string | null;
949
+ Amount: string | null;
950
+ Check_Number: string;
951
+ Entry_Description: string | null;
952
+ Filler: string;
953
+ GL_Account: string | null;
954
+ Max_Number_of_Times: string;
955
+ Memo_Post_Flag: string;
956
+ Recurring_Frequency: string;
957
+ Reversal_Flag: string;
958
+ Trace_Number: string;
959
+ Tran_Code: string | null;
960
+ }
961
+
962
+ export interface GL_Agent_Compensation {
963
+ AccountID: number | null;
964
+ Activity: string | null;
965
+ ActivityDate: string | null;
966
+ Amount: Partial<number> | null;
967
+ Description: string | null;
968
+ EntryType: string | null;
969
+ GLAccountName: string | null;
970
+ GLAccountNumber: string | null;
971
+ GLAccountTypeID: number | null;
972
+ GLEntryID: number;
973
+ ObjectDetailTypeID: number | null;
974
+ ObjectType: string | null;
975
+ ObjectTypeID: number | null;
976
+ PolicyID: number | null;
977
+ UserID: number | null;
978
+ UserName: string | null;
979
+ }
980
+
981
+ export interface GL_Agent_Compensation_Base {
982
+ ActivityDate: string | null;
983
+ AgentCity: string | null;
984
+ AgentID: number | null;
985
+ AgentName: string | null;
986
+ AgentState: string | null;
987
+ Compensation: Partial<number> | null;
988
+ GLEntryID: number;
989
+ Territory: string | null;
990
+ }
991
+
992
+ export interface GL_Agent_Compensation_Base_Monthly {
993
+ ActivityDate: string | null;
994
+ AgentCity: string | null;
995
+ AgentID: number | null;
996
+ AgentName: string | null;
997
+ AgentState: string | null;
998
+ Compensation: Partial<number> | null;
999
+ GLEntryID: number;
1000
+ Territory: string | null;
1001
+ }
1002
+
1003
+ export interface GL_Agent_Compensation_Monthly {
1004
+ AccountID: number | null;
1005
+ Activity: string | null;
1006
+ ActivityDate: string | null;
1007
+ Amount: Partial<number> | null;
1008
+ Description: string | null;
1009
+ EntryType: string | null;
1010
+ GLAccountName: string | null;
1011
+ GLAccountNumber: string | null;
1012
+ GLAccountTypeID: number | null;
1013
+ GLEntryID: number;
1014
+ ObjectDetailTypeID: number | null;
1015
+ ObjectType: string | null;
1016
+ ObjectTypeID: number | null;
1017
+ PolicyID: number | null;
1018
+ UserID: number | null;
1019
+ UserName: string | null;
1020
+ }
1021
+
1022
+ export interface GL_Base {
1023
+ AccountID: number | null;
1024
+ AccountNumber: string | null;
1025
+ AccountPayoff: Partial<number> | null;
1026
+ AccountPayoffDate: string | null;
1027
+ AccountType: string | null;
1028
+ AccountTypeText: string | null;
1029
+ ActivatedByUserID: number | null;
1030
+ ActivationDate: string | null;
1031
+ ActivationDateMMMyyyy: string | null;
1032
+ Activity: string | null;
1033
+ ActivityDate: string | null;
1034
+ AdditionalInsuredNames: string | null;
1035
+ AddOnInterest: Partial<number> | null;
1036
+ AgencyControlOverNoticeOfCancellation: string | null;
1037
+ AgentID: number | null;
1038
+ Amount: Partial<number> | null;
1039
+ AmountFinanced: Partial<number> | null;
1040
+ BalanceDue: Partial<number> | null;
1041
+ BalanceDueNoFees: Partial<number> | null;
1042
+ BalanceDueNoWriteOffs: Partial<number> | null;
1043
+ BalanceDueWithFees: Partial<number> | null;
1044
+ BuyRate: Partial<number> | null;
1045
+ CancelConfirmed: string | null;
1046
+ CancelFeesDue: Partial<number> | null;
1047
+ CancellationDate: string | null;
1048
+ CancelReason: string | null;
1049
+ City: string | null;
1050
+ CurPaymentAmount: Partial<number> | null;
1051
+ CurPaymentNumber: number | null;
1052
+ CurStatusCode: string | null;
1053
+ CurStatusCodeText: string | null;
1054
+ Database2: string | null;
1055
+ DayBeforeCancellationDate: string | null;
1056
+ DepartmentCode: string | null;
1057
+ Description: string | null;
1058
+ DownPayment: Partial<number> | null;
1059
+ DownPaymentBalance: Partial<number> | null;
1060
+ DownPaymentDue: Partial<number> | null;
1061
+ EffectiveCancellationDate: string | null;
1062
+ EffectiveDate: string | null;
1063
+ EffectiveInterestRate: Partial<number> | null;
1064
+ EntryType: string | null;
1065
+ FeesWrittenOff: Partial<number> | null;
1066
+ FirstPaymentDueDate: string | null;
1067
+ GLAccountName: string | null;
1068
+ GLAccountNumber: string | null;
1069
+ GLAccountTypeID: number | null;
1070
+ GLEntryID: number;
1071
+ Guaranteed: string | null;
1072
+ ID: number | null;
1073
+ InsuredFullStateName: string | null;
1074
+ InsuredID: number | null;
1075
+ InsuredPaymentType: string | null;
1076
+ InterestDeffered: Partial<number> | null;
1077
+ InterestEarned: Partial<number> | null;
1078
+ InterestPaid: Partial<number> | null;
1079
+ InterestRate: Partial<number> | null;
1080
+ InterestWrittenOff: Partial<number> | null;
1081
+ LastPaymentDueDate: string | null;
1082
+ LastUpdate: string | null;
1083
+ LateChargesDue: Partial<number> | null;
1084
+ MaturityDate: string | null;
1085
+ Name: string | null;
1086
+ NextCancellationDate: string | null;
1087
+ NextMonthAccountPayoff: Partial<number> | null;
1088
+ NextMonthAccountPayoffDate: string | null;
1089
+ NextPaymentDueDate: string | null;
1090
+ NextPaymentDueWithLate: Partial<number> | null;
1091
+ NextPaymentDueWithLateDate: string | null;
1092
+ NextStatementDate: string | null;
1093
+ NSFFeesDue: Partial<number> | null;
1094
+ NumPayments: number | null;
1095
+ ObjectDetailTypeID: number | null;
1096
+ ObjectType: string | null;
1097
+ ObjectTypeID: number | null;
1098
+ OriginationState: string | null;
1099
+ OtherChargesDue: Partial<number> | null;
1100
+ PaymentDue: Partial<number> | null;
1101
+ PaymentType: string | null;
1102
+ PayoffValidDate: string | null;
1103
+ PolicyID: number | null;
1104
+ PolicyNumbers: string | null;
1105
+ PrincipalPaid: Partial<number> | null;
1106
+ PrincipalWrittenOff: Partial<number> | null;
1107
+ QuoteID: number | null;
1108
+ QuoteNumber: string | null;
1109
+ RateTableID: number | null;
1110
+ RefundPayableTo: string | null;
1111
+ RefundSendTo: string | null;
1112
+ RequireCertifiedFunds: string | null;
1113
+ SalesExecutiveName: string | null;
1114
+ Search_Code: string | null;
1115
+ SetupFeeDue: Partial<number> | null;
1116
+ SetUpFeeWrittenOff: Partial<number> | null;
1117
+ SignedAgreement: string | null;
1118
+ SiteID: string | null;
1119
+ SolicitorID: number | null;
1120
+ State: string | null;
1121
+ StatusChanged: string | null;
1122
+ SubStatusChanged: string | null;
1123
+ SubStatusString: string | null;
1124
+ SuspendDate: string | null;
1125
+ Suspended: string | null;
1126
+ Territory: string | null;
1127
+ TerritoryFullName: string | null;
1128
+ TotalAccountInterest: Partial<number> | null;
1129
+ TotalAmountDue: Partial<number> | null;
1130
+ TotalDownPayment: Partial<number> | null;
1131
+ UserID: number | null;
1132
+ UserName: string | null;
1133
+ }
1134
+
1135
+ export interface GL_Base_LBD {
1136
+ AccountID: number | null;
1137
+ AccountNumber: string | null;
1138
+ Activity: string | null;
1139
+ ActivityDate: string | null;
1140
+ Amount: Partial<number> | null;
1141
+ Description: string;
1142
+ EntryType: string | null;
1143
+ GLAccountName: string | null;
1144
+ GLAccountNumber: string | null;
1145
+ GLAccountTypeID: number | null;
1146
+ GLEntryID: number;
1147
+ ObjectDetailTypeID: number | null;
1148
+ ObjectType: string | null;
1149
+ ObjectTypeID: number | null;
1150
+ PolicyID: number | null;
1151
+ UserID: number | null;
1152
+ UserName: string | null;
1153
+ }
1154
+
1155
+ export interface GL_Base_LBD_FISERV_Formatted_Base {
1156
+ ActivityDate: string | null;
1157
+ Amount: Partial<number> | null;
1158
+ Check_Number: string;
1159
+ Entry_Description: string | null;
1160
+ Filler: string;
1161
+ GL_Account: string | null;
1162
+ Max_Number_of_Times: string;
1163
+ Memo_Post_Flag: string;
1164
+ Recurring_Frequency: string;
1165
+ Reversal_Flag: string;
1166
+ Trace_Number: string;
1167
+ Tran_Code: string | null;
1168
+ }
1169
+
1170
+ export interface GL_Base_Monthly {
1171
+ AccountID: number | null;
1172
+ AccountNumber: string | null;
1173
+ AccountPayoff: Partial<number> | null;
1174
+ AccountPayoffDate: string | null;
1175
+ AccountType: string | null;
1176
+ AccountTypeText: string | null;
1177
+ ActivatedByUserID: number | null;
1178
+ ActivationDate: string | null;
1179
+ ActivationDateMMMyyyy: string | null;
1180
+ Activity: string | null;
1181
+ ActivityDate: string | null;
1182
+ AdditionalInsuredNames: string | null;
1183
+ AddOnInterest: Partial<number> | null;
1184
+ AgencyControlOverNoticeOfCancellation: string | null;
1185
+ AgentID: number | null;
1186
+ Amount: Partial<number> | null;
1187
+ AmountFinanced: Partial<number> | null;
1188
+ BalanceDue: Partial<number> | null;
1189
+ BalanceDueNoFees: Partial<number> | null;
1190
+ BalanceDueNoWriteOffs: Partial<number> | null;
1191
+ BalanceDueWithFees: Partial<number> | null;
1192
+ BuyRate: Partial<number> | null;
1193
+ CancelConfirmed: string | null;
1194
+ CancelFeesDue: Partial<number> | null;
1195
+ CancellationDate: string | null;
1196
+ CancelReason: string | null;
1197
+ City: string | null;
1198
+ CurPaymentAmount: Partial<number> | null;
1199
+ CurPaymentNumber: number | null;
1200
+ CurStatusCode: string | null;
1201
+ CurStatusCodeText: string | null;
1202
+ Database2: string | null;
1203
+ DayBeforeCancellationDate: string | null;
1204
+ DepartmentCode: string | null;
1205
+ Description: string | null;
1206
+ DownPayment: Partial<number> | null;
1207
+ DownPaymentBalance: Partial<number> | null;
1208
+ DownPaymentDue: Partial<number> | null;
1209
+ EffectiveCancellationDate: string | null;
1210
+ EffectiveDate: string | null;
1211
+ EffectiveInterestRate: Partial<number> | null;
1212
+ EntryType: string | null;
1213
+ FeesWrittenOff: Partial<number> | null;
1214
+ FirstPaymentDueDate: string | null;
1215
+ GLAccountName: string | null;
1216
+ GLAccountNumber: string | null;
1217
+ GLAccountTypeID: number | null;
1218
+ GLEntryID: number;
1219
+ Guaranteed: string | null;
1220
+ ID: number | null;
1221
+ InsuredFullStateName: string | null;
1222
+ InsuredID: number | null;
1223
+ InsuredPaymentType: string | null;
1224
+ InterestDeffered: Partial<number> | null;
1225
+ InterestEarned: Partial<number> | null;
1226
+ InterestPaid: Partial<number> | null;
1227
+ InterestRate: Partial<number> | null;
1228
+ InterestWrittenOff: Partial<number> | null;
1229
+ LastPaymentDueDate: string | null;
1230
+ LastUpdate: string | null;
1231
+ LateChargesDue: Partial<number> | null;
1232
+ MaturityDate: string | null;
1233
+ Name: string | null;
1234
+ NextCancellationDate: string | null;
1235
+ NextMonthAccountPayoff: Partial<number> | null;
1236
+ NextMonthAccountPayoffDate: string | null;
1237
+ NextPaymentDueDate: string | null;
1238
+ NextPaymentDueWithLate: Partial<number> | null;
1239
+ NextPaymentDueWithLateDate: string | null;
1240
+ NextStatementDate: string | null;
1241
+ NSFFeesDue: Partial<number> | null;
1242
+ NumPayments: number | null;
1243
+ ObjectDetailTypeID: number | null;
1244
+ ObjectType: string | null;
1245
+ ObjectTypeID: number | null;
1246
+ OriginationState: string | null;
1247
+ OtherChargesDue: Partial<number> | null;
1248
+ PaymentDue: Partial<number> | null;
1249
+ PaymentType: string | null;
1250
+ PayoffValidDate: string | null;
1251
+ PolicyID: number | null;
1252
+ PolicyNumbers: string | null;
1253
+ PrincipalPaid: Partial<number> | null;
1254
+ PrincipalWrittenOff: Partial<number> | null;
1255
+ QuoteID: number | null;
1256
+ QuoteNumber: string | null;
1257
+ RateTableID: number | null;
1258
+ RefundPayableTo: string | null;
1259
+ RefundSendTo: string | null;
1260
+ RequireCertifiedFunds: string | null;
1261
+ SalesExecutiveName: string | null;
1262
+ Search_Code: string | null;
1263
+ SetupFeeDue: Partial<number> | null;
1264
+ SetUpFeeWrittenOff: Partial<number> | null;
1265
+ SignedAgreement: string | null;
1266
+ SiteID: string | null;
1267
+ SolicitorID: number | null;
1268
+ State: string | null;
1269
+ StatusChanged: string | null;
1270
+ SubStatusChanged: string | null;
1271
+ SubStatusString: string | null;
1272
+ SuspendDate: string | null;
1273
+ Suspended: string | null;
1274
+ Territory: string | null;
1275
+ TerritoryFullName: string | null;
1276
+ TotalAccountInterest: Partial<number> | null;
1277
+ TotalAmountDue: Partial<number> | null;
1278
+ TotalDownPayment: Partial<number> | null;
1279
+ UserID: number | null;
1280
+ UserName: string | null;
1281
+ }
1282
+
1283
+ export interface GL_FeeIncome {
1284
+ AccountID: number | null;
1285
+ Activity: string | null;
1286
+ ActivityDate: string | null;
1287
+ Amount: Partial<number> | null;
1288
+ EntryType: string | null;
1289
+ GLEntryID: number;
1290
+ }
1291
+
1292
+ export interface GL_FeeIncome_Base {
1293
+ ActivityDate: string | null;
1294
+ FeeIncome: Partial<number> | null;
1295
+ GLEntryID: number;
1296
+ ID: number | null;
1297
+ Territory: string | null;
1298
+ TerritoryFullName: string | null;
1299
+ }
1300
+
1301
+ export interface GL_FeeIncome_Base_Monthly {
1302
+ ActivityDate: string | null;
1303
+ FeeIncome: Partial<number> | null;
1304
+ GLEntryID: number;
1305
+ ID: number | null;
1306
+ Territory: string | null;
1307
+ TerritoryFullName: string | null;
1308
+ }
1309
+
1310
+ export interface Gl_FeeIncome_GroupbyTerr_MTD {
1311
+ FeeIncome: Partial<number> | null;
1312
+ TerritoryFullName: string | null;
1313
+ }
1314
+
1315
+ export interface Gl_FeeIncome_GroupbyTerr_YTD {
1316
+ FeeIncome: Partial<number> | null;
1317
+ TerritoryFullName: string | null;
1318
+ }
1319
+
1320
+ export interface GL_FeeIncome_Monthly {
1321
+ AccountID: number | null;
1322
+ Activity: string | null;
1323
+ ActivityDate: string | null;
1324
+ Amount: Partial<number> | null;
1325
+ EntryType: string | null;
1326
+ GLEntryID: number;
1327
+ }
1328
+
1329
+ export interface GL_Funding_Base {
1330
+ AccountID: number | null;
1331
+ ActivityDate: string | null;
1332
+ Amount: Partial<number> | null;
1333
+ }
1334
+
1335
+ export interface GL_GrossIncome {
1336
+ AccountID: number | null;
1337
+ Activity: string | null;
1338
+ ActivityDate: string | null;
1339
+ Amount: Partial<number> | null;
1340
+ EntryType: string | null;
1341
+ GLEntryID: number;
1342
+ }
1343
+
1344
+ export interface GL_GrossIncome_Base {
1345
+ ActivityDate: string | null;
1346
+ AgentCity: string | null;
1347
+ AgentID: number | null;
1348
+ AgentName: string | null;
1349
+ AgentState: string | null;
1350
+ GLEntryID: number;
1351
+ GrossIncome: Partial<number> | null;
1352
+ InsuredFullStateName: string | null;
1353
+ Territory: string | null;
1354
+ TerritoryFullName: string | null;
1355
+ }
1356
+
1357
+ export interface GL_GrossIncome_Base_Monthly {
1358
+ ActivityDate: string | null;
1359
+ AgentCity: string | null;
1360
+ AgentID: number | null;
1361
+ AgentName: string | null;
1362
+ AgentState: string | null;
1363
+ GLEntryID: number;
1364
+ GrossIncome: Partial<number> | null;
1365
+ InsuredFullStateName: string | null;
1366
+ Territory: string | null;
1367
+ TerritoryFullName: string | null;
1368
+ }
1369
+
1370
+ export interface GL_GrossIncome_Monthly {
1371
+ AccountID: number | null;
1372
+ Activity: string | null;
1373
+ ActivityDate: string | null;
1374
+ Amount: Partial<number> | null;
1375
+ EntryType: string | null;
1376
+ GLEntryID: number;
1377
+ }
1378
+
1379
+ export interface GL_InterestEarned {
1380
+ AccountID: number | null;
1381
+ Activity: string | null;
1382
+ ActivityDate: string | null;
1383
+ Amount: Partial<number> | null;
1384
+ Description: string | null;
1385
+ EntryType: string | null;
1386
+ GLAccountName: string | null;
1387
+ GLAccountNumber: string | null;
1388
+ GLAccountTypeID: number | null;
1389
+ GLEntryID: number;
1390
+ ObjectDetailTypeID: number | null;
1391
+ ObjectType: string | null;
1392
+ ObjectTypeID: number | null;
1393
+ PolicyID: number | null;
1394
+ UserID: number | null;
1395
+ UserName: string | null;
1396
+ }
1397
+
1398
+ export interface GL_InterestEarned_Monthly {
1399
+ AccountID: number | null;
1400
+ Activity: string | null;
1401
+ ActivityDate: string | null;
1402
+ Amount: Partial<number> | null;
1403
+ Description: string | null;
1404
+ EntryType: string | null;
1405
+ GLAccountName: string | null;
1406
+ GLAccountNumber: string | null;
1407
+ GLAccountTypeID: number | null;
1408
+ GLEntryID: number;
1409
+ ObjectDetailTypeID: number | null;
1410
+ ObjectType: string | null;
1411
+ ObjectTypeID: number | null;
1412
+ PolicyID: number | null;
1413
+ UserID: number | null;
1414
+ UserName: string | null;
1415
+ }
1416
+
1417
+ export interface GL_InterestIncome {
1418
+ AccountID: number | null;
1419
+ Activity: string | null;
1420
+ ActivityDate: string | null;
1421
+ Amount: Partial<number> | null;
1422
+ EntryType: string | null;
1423
+ GLEntryID: number;
1424
+ }
1425
+
1426
+ export interface GL_InterestIncome_Base {
1427
+ ActivityDate: string | null;
1428
+ EffectiveDate: string | null;
1429
+ GLEntryID: number;
1430
+ ID: number | null;
1431
+ InsuredFullStateName: string | null;
1432
+ InterestIncome: Partial<number> | null;
1433
+ Territory: string | null;
1434
+ TerritoryFullName: string | null;
1435
+ }
1436
+
1437
+ export interface GL_InterestIncome_Base_Monthly {
1438
+ ActivityDate: string | null;
1439
+ EffectiveDate: string | null;
1440
+ GLEntryID: number;
1441
+ ID: number | null;
1442
+ InsuredFullStateName: string | null;
1443
+ InterestIncome: Partial<number> | null;
1444
+ Territory: string | null;
1445
+ TerritoryFullName: string | null;
1446
+ }
1447
+
1448
+ export interface GL_InterestIncome_Monthly {
1449
+ AccountID: number | null;
1450
+ Activity: string | null;
1451
+ ActivityDate: string | null;
1452
+ Amount: Partial<number> | null;
1453
+ EntryType: string | null;
1454
+ GLEntryID: number;
1455
+ }
1456
+
1457
+ export interface GL_Writeoff {
1458
+ AccountID: number | null;
1459
+ Activity: string | null;
1460
+ ActivityDate: string | null;
1461
+ Amount: Partial<number> | null;
1462
+ EntryType: string | null;
1463
+ GLEntryID: number;
1464
+ }
1465
+
1466
+ export interface GL_Writeoffs_Base {
1467
+ ActivityDate: string | null;
1468
+ GLEntryID: number;
1469
+ TerritoryFullName: string | null;
1470
+ Writeoffs: Partial<number> | null;
1471
+ }
1472
+
1473
+ export interface GL_Writeoffs_Base_Monthly {
1474
+ ActivityDate: string | null;
1475
+ GLEntryID: number;
1476
+ TerritoryFullName: string | null;
1477
+ Writeoffs: Partial<number> | null;
1478
+ }
1479
+
1480
+ export interface Gl_Writeoffs_groupbyTerr_MTD {
1481
+ TerritoryFullName: string | null;
1482
+ Writeoffs: Partial<number> | null;
1483
+ }
1484
+
1485
+ export interface Gl_Writeoffs_groupbyTerr_YTD {
1486
+ TerritoryFullName: string | null;
1487
+ Writeoffs: Partial<number> | null;
1488
+ }
1489
+
1490
+ export interface GL_Writeoffs_Monthly {
1491
+ AccountID: number | null;
1492
+ Activity: string | null;
1493
+ ActivityDate: string | null;
1494
+ Amount: Partial<number> | null;
1495
+ EntryType: string | null;
1496
+ GLEntryID: number;
1497
+ }
1498
+
1499
+ export interface GrossIncome_byAgency_MTD {
1500
+ AgentCity: string | null;
1501
+ AgentID: number | null;
1502
+ AgentName: string | null;
1503
+ AgentState: string | null;
1504
+ GrossIncome: Partial<number> | null;
1505
+ }
1506
+
1507
+ export interface GrossIncome_byAgency_PrevYTD {
1508
+ AgentCity: string | null;
1509
+ AgentID: number | null;
1510
+ AgentName: string | null;
1511
+ AgentState: string | null;
1512
+ GrossIncome: Partial<number> | null;
1513
+ }
1514
+
1515
+ export interface GrossIncome_byAgency_YTD {
1516
+ AgentCity: string | null;
1517
+ AgentID: number | null;
1518
+ AgentName: string | null;
1519
+ AgentState: string | null;
1520
+ GrossIncome: Partial<number> | null;
1521
+ }
1522
+
1523
+ export interface IC_Rating {
1524
+ Class: string;
1525
+ ID: number | null;
1526
+ Type: string;
1527
+ }
1528
+
1529
+ export interface InsuranceCarrierGrouping {
1530
+ _15kLB: Partial<number> | null;
1531
+ _30kLB: Partial<number> | null;
1532
+ _50kLB: Partial<number> | null;
1533
+ Balance: Partial<number> | null;
1534
+ IC_Group: string | null;
1535
+ IC_Name: string | null;
1536
+ IC_Rating: string | null;
1537
+ ID: number | null;
1538
+ }
1539
+
1540
+ export interface InsuranceCompany {
1541
+ Address1: string | null;
1542
+ Address2: string | null;
1543
+ Address3: string | null;
1544
+ City: string | null;
1545
+ Contact: string | null;
1546
+ Email: string | null;
1547
+ Fax: string | null;
1548
+ ID: number;
1549
+ Name: string | null;
1550
+ Phone: string | null;
1551
+ SearchCode: string | null;
1552
+ State: string | null;
1553
+ Zip: string | null;
1554
+ }
1555
+
1556
+ export interface InsuranceCompanyManual {
1557
+ Address1: string | null;
1558
+ Address2: string | null;
1559
+ AggregateOutstandingsLimit: string | null;
1560
+ AMBest: string | null;
1561
+ AMBestGroupNumber: string | null;
1562
+ AMBestNumber: string | null;
1563
+ AMBestRatingDate: string | null;
1564
+ AvailableBalance: Partial<number> | null;
1565
+ BadAddress: string | null;
1566
+ City: string | null;
1567
+ CompanyType: string | null;
1568
+ Contact: string | null;
1569
+ Country: string | null;
1570
+ DateCreated: string | null;
1571
+ Email: string | null;
1572
+ Fax: string | null;
1573
+ GAOwnerName: string | null;
1574
+ HomeOfficeName: string | null;
1575
+ InternalID: number;
1576
+ NAICNumber: string | null;
1577
+ Name: string | null;
1578
+ NextReviewDate: string | null;
1579
+ OutstandingBalance: Partial<number> | null;
1580
+ Phone: string | null;
1581
+ RemittanceSchedule: string | null;
1582
+ SalesExecName: string | null;
1583
+ SearchCode: string | null;
1584
+ SiteID: number | null;
1585
+ State: string | null;
1586
+ StatusDetailName: string | null;
1587
+ StatusName: string | null;
1588
+ Suspended: number | null;
1589
+ TaxID: string | null;
1590
+ Zip: string | null;
1591
+ }
1592
+
1593
+ export interface InsuranceCompanyManual_wICID {
1594
+ Address1: string | null;
1595
+ Address2: string | null;
1596
+ AggregateOutstandingsLimit: string | null;
1597
+ AMBest: string | null;
1598
+ AMBestGroupNumber: string | null;
1599
+ AMBestNumber: string | null;
1600
+ AMBestRatingDate: string | null;
1601
+ AvailableBalance: Partial<number> | null;
1602
+ BadAddress: string | null;
1603
+ City: string | null;
1604
+ CompanyType: string | null;
1605
+ Contact: string | null;
1606
+ Country: string | null;
1607
+ DateCreated: string | null;
1608
+ Email: string | null;
1609
+ Fax: string | null;
1610
+ GAOwnerName: string | null;
1611
+ HomeOfficeName: string | null;
1612
+ InsuranceCompanyID: number | null;
1613
+ InternalID: number;
1614
+ NAICNumber: string | null;
1615
+ Name: string | null;
1616
+ NextReviewDate: string | null;
1617
+ OutstandingBalance: Partial<number> | null;
1618
+ Phone: string | null;
1619
+ RemittanceSchedule: string | null;
1620
+ SalesExecName: string | null;
1621
+ SearchCode: string | null;
1622
+ SiteID: number | null;
1623
+ State: string | null;
1624
+ StatusDetailName: string | null;
1625
+ StatusName: string | null;
1626
+ Suspended: number | null;
1627
+ TaxID: string | null;
1628
+ Zip: string | null;
1629
+ }
1630
+
1631
+ export interface InsuranceCompanyManual_wICID_Monthly {
1632
+ Address1: string | null;
1633
+ Address2: string | null;
1634
+ AggregateOutstandingsLimit: string | null;
1635
+ AMBest: string | null;
1636
+ AMBestGroupNumber: string | null;
1637
+ AMBestNumber: string | null;
1638
+ AMBestRatingDate: string | null;
1639
+ AvailableBalance: Partial<number> | null;
1640
+ BadAddress: string | null;
1641
+ City: string | null;
1642
+ CompanyType: string | null;
1643
+ Contact: string | null;
1644
+ Country: string | null;
1645
+ DateCreated: string | null;
1646
+ Email: string | null;
1647
+ Fax: string | null;
1648
+ GAOwnerName: string | null;
1649
+ HomeOfficeName: string | null;
1650
+ InsuranceCompanyID: number | null;
1651
+ InternalID: number;
1652
+ NAICNumber: string | null;
1653
+ Name: string | null;
1654
+ NextReviewDate: string | null;
1655
+ OutstandingBalance: Partial<number> | null;
1656
+ Phone: string | null;
1657
+ RemittanceSchedule: string | null;
1658
+ SalesExecName: string | null;
1659
+ SearchCode: string | null;
1660
+ SiteID: number | null;
1661
+ State: string | null;
1662
+ StatusDetailName: string | null;
1663
+ StatusName: string | null;
1664
+ Suspended: number | null;
1665
+ TaxID: string | null;
1666
+ Zip: string | null;
1667
+ }
1668
+
1669
+ export interface InsuranceCompany_AMBEST {
1670
+ Address1: string | null;
1671
+ Address2: string | null;
1672
+ Address3: string | null;
1673
+ AggregateOutstandingsLimit: string | null;
1674
+ AMBest: string | null;
1675
+ AMBestGroupNumber: string | null;
1676
+ AMBestNumber: string | null;
1677
+ AMBestRatingDate: string | null;
1678
+ AMBestValid: boolean | null;
1679
+ AvailableBalance: Partial<number> | null;
1680
+ BadAddress: string | null;
1681
+ City: string | null;
1682
+ CompanyType: string | null;
1683
+ Contact: string | null;
1684
+ Country: string | null;
1685
+ DateCreated: string | null;
1686
+ Email: string | null;
1687
+ Fax: string | null;
1688
+ GAOwnerName: string | null;
1689
+ HomeOfficeName: string | null;
1690
+ ID: number;
1691
+ NAICNumber: string | null;
1692
+ Name: string | null;
1693
+ NextReviewDate: string | null;
1694
+ OutstandingBalance: Partial<number> | null;
1695
+ Phone: string | null;
1696
+ RemittanceSchedule: string | null;
1697
+ SalesExecName: string | null;
1698
+ SearchCode: string | null;
1699
+ State: string | null;
1700
+ StatusDetailName: string | null;
1701
+ StatusName: string | null;
1702
+ Suspended: number | null;
1703
+ TaxID: string | null;
1704
+ Zip: string | null;
1705
+ }
1706
+
1707
+ export interface InsuranceCompany_AMBEST_Monthly {
1708
+ Address1: string | null;
1709
+ Address2: string | null;
1710
+ Address3: string | null;
1711
+ AggregateOutstandingsLimit: string | null;
1712
+ AMBest: string | null;
1713
+ AMBestGroupNumber: string | null;
1714
+ AMBestNumber: string | null;
1715
+ AMBestRatingDate: string | null;
1716
+ AMBestValid: boolean | null;
1717
+ AvailableBalance: Partial<number> | null;
1718
+ BadAddress: string | null;
1719
+ City: string | null;
1720
+ CompanyType: string | null;
1721
+ Contact: string | null;
1722
+ Country: string | null;
1723
+ DateCreated: string | null;
1724
+ Email: string | null;
1725
+ Fax: string | null;
1726
+ GAOwnerName: string | null;
1727
+ HomeOfficeName: string | null;
1728
+ ID: number;
1729
+ NAICNumber: string | null;
1730
+ Name: string | null;
1731
+ NextReviewDate: string | null;
1732
+ OutstandingBalance: Partial<number> | null;
1733
+ Phone: string | null;
1734
+ RemittanceSchedule: string | null;
1735
+ SalesExecName: string | null;
1736
+ SearchCode: string | null;
1737
+ State: string | null;
1738
+ StatusDetailName: string | null;
1739
+ StatusName: string | null;
1740
+ Suspended: number | null;
1741
+ TaxID: string | null;
1742
+ Zip: string | null;
1743
+ }
1744
+
1745
+ export interface InsuranceCompany_Monthy {
1746
+ Address1: string | null;
1747
+ Address2: string | null;
1748
+ Address3: string | null;
1749
+ City: string | null;
1750
+ Contact: string | null;
1751
+ Email: string | null;
1752
+ Fax: string | null;
1753
+ ID: number;
1754
+ Name: string | null;
1755
+ Phone: string | null;
1756
+ SearchCode: string | null;
1757
+ State: string | null;
1758
+ Zip: string | null;
1759
+ }
1760
+
1761
+ export interface Insured {
1762
+ Address1: string | null;
1763
+ Address2: string | null;
1764
+ Address3: string | null;
1765
+ AgentCustomerID: string | null;
1766
+ AgentID: number | null;
1767
+ City: string | null;
1768
+ CompanyName: string | null;
1769
+ ContactName: string | null;
1770
+ Country: string | null;
1771
+ DBAName: string | null;
1772
+ DUNS: string | null;
1773
+ Email: string | null;
1774
+ Fax: string | null;
1775
+ FEIN: string | null;
1776
+ GroupCode: string | null;
1777
+ ID: number;
1778
+ NAICSCode: number;
1779
+ Name: string | null;
1780
+ Phone: string | null;
1781
+ RiskAddress1: string | null;
1782
+ RiskAddress2: string | null;
1783
+ RiskAddress3: string | null;
1784
+ RiskCity: string | null;
1785
+ RiskCountry: string | null;
1786
+ RiskState: string | null;
1787
+ RiskZip: string | null;
1788
+ SearchCode: string | null;
1789
+ State: string | null;
1790
+ YearsInBusiness: string | null;
1791
+ Zip: string | null;
1792
+ }
1793
+
1794
+ export interface Insured_100 {
1795
+ Address1: string | null;
1796
+ Address2: string | null;
1797
+ Address3: string | null;
1798
+ AgentCustomerID: string | null;
1799
+ AgentID: number | null;
1800
+ City: string | null;
1801
+ CompanyName: string | null;
1802
+ ContactName: string | null;
1803
+ Country: string | null;
1804
+ DBAName: string | null;
1805
+ DUNS: string | null;
1806
+ Email: string | null;
1807
+ Fax: string | null;
1808
+ FEIN: string | null;
1809
+ GroupCode: string | null;
1810
+ ID: number;
1811
+ NAICSCode: number | null;
1812
+ NAICSCode2Digit: string | null;
1813
+ Name: string | null;
1814
+ Phone: string | null;
1815
+ RiskAddress1: string | null;
1816
+ RiskAddress2: string | null;
1817
+ RiskAddress3: string | null;
1818
+ RiskCity: string | null;
1819
+ RiskCountry: string | null;
1820
+ RiskState: string | null;
1821
+ RiskZip: string | null;
1822
+ SearchCode: string | null;
1823
+ State: string | null;
1824
+ YearsInBusiness: string | null;
1825
+ Zip: string | null;
1826
+ }
1827
+
1828
+ export interface Insured_100_Monthly {
1829
+ Address1: string | null;
1830
+ Address2: string | null;
1831
+ Address3: string | null;
1832
+ AgentCustomerID: string | null;
1833
+ AgentID: number | null;
1834
+ City: string | null;
1835
+ CompanyName: string | null;
1836
+ ContactName: string | null;
1837
+ Country: string | null;
1838
+ DBAName: string | null;
1839
+ DUNS: string | null;
1840
+ Email: string | null;
1841
+ Fax: string | null;
1842
+ FEIN: string | null;
1843
+ GroupCode: string | null;
1844
+ ID: number;
1845
+ NAICSCode: number | null;
1846
+ NAICSCode2Digit: string | null;
1847
+ Name: string | null;
1848
+ Phone: string | null;
1849
+ RiskAddress1: string | null;
1850
+ RiskAddress2: string | null;
1851
+ RiskAddress3: string | null;
1852
+ RiskCity: string | null;
1853
+ RiskCountry: string | null;
1854
+ RiskState: string | null;
1855
+ RiskZip: string | null;
1856
+ SearchCode: string | null;
1857
+ State: string | null;
1858
+ YearsInBusiness: string | null;
1859
+ Zip: string | null;
1860
+ }
1861
+
1862
+ export interface Insured_Monthy {
1863
+ Address1: string | null;
1864
+ Address2: string | null;
1865
+ Address3: string | null;
1866
+ AgentCustomerID: string | null;
1867
+ AgentID: number | null;
1868
+ City: string | null;
1869
+ CompanyName: string | null;
1870
+ ContactName: string | null;
1871
+ Country: string | null;
1872
+ DBAName: string | null;
1873
+ DUNS: string | null;
1874
+ Email: string | null;
1875
+ Fax: string | null;
1876
+ FEIN: string | null;
1877
+ GroupCode: string | null;
1878
+ ID: number;
1879
+ NAICSCode: number | null;
1880
+ Name: string | null;
1881
+ Phone: string | null;
1882
+ RiskAddress1: string | null;
1883
+ RiskAddress2: string | null;
1884
+ RiskAddress3: string | null;
1885
+ RiskCity: string | null;
1886
+ RiskCountry: string | null;
1887
+ RiskState: string | null;
1888
+ RiskZip: string | null;
1889
+ SearchCode: string | null;
1890
+ State: string | null;
1891
+ YearsInBusiness: string | null;
1892
+ Zip: string | null;
1893
+ }
1894
+
1895
+ export interface InterestEarnedAfterCancel {
1896
+ AccountID: number | null;
1897
+ InterestEarnedAfterCancel1: Partial<number> | null;
1898
+ }
1899
+
1900
+ export interface InterestIncome_groupbyTerr_MTD {
1901
+ InterestIncome: Partial<number> | null;
1902
+ TerritoryFullName: string | null;
1903
+ }
1904
+
1905
+ export interface InterestIncome_groupbyTerr_YTD {
1906
+ InterestIncome: Partial<number> | null;
1907
+ TerritoryFullName: string | null;
1908
+ }
1909
+
1910
+ export interface LB_byAgency_LA {
1911
+ Accounts: number | null;
1912
+ BalanceDue: Partial<number> | null;
1913
+ City: string | null;
1914
+ Name: string | null;
1915
+ State: string | null;
1916
+ }
1917
+
1918
+ export interface lb_byCoverageType {
1919
+ Balance: Partial<number> | null;
1920
+ OVERUNDER: string;
1921
+ Policies: number | null;
1922
+ PolicyType: string | null;
1923
+ }
1924
+
1925
+ export interface lb_byGeneralAgent {
1926
+ _12_Month_Average_Cancellation_Rate_: Partial<number> | null;
1927
+ Amount_At_Risk: Partial<number> | null;
1928
+ Balance: Partial<number> | null;
1929
+ GA_GROUP: string;
1930
+ OVERUNDER: string;
1931
+ Polices: number | null;
1932
+ WIP_at_GA_Max_Months: number;
1933
+ }
1934
+
1935
+ export interface lb_byInsuredEIN {
1936
+ Accounts: number | null;
1937
+ Balance: Partial<number> | null;
1938
+ Client: string | null;
1939
+ TopBottom: string;
1940
+ }
1941
+
1942
+ export interface lb_byNAIC {
1943
+ Accounts: number | null;
1944
+ Industry: string | null;
1945
+ Ledger_Balance: Partial<number> | null;
1946
+ State: string | null;
1947
+ }
1948
+
1949
+ export interface lb_byState {
1950
+ Accounts: number | null;
1951
+ Ledger_Balance: Partial<number> | null;
1952
+ StateName: string | null;
1953
+ }
1954
+
1955
+ export interface LB_Summary_byTerr_byAccount {
1956
+ Accounts: number | null;
1957
+ BalanceDue: Partial<number> | null;
1958
+ Territory: string;
1959
+ }
1960
+
1961
+ export interface LB_Summary_byTerr_byAccount_AFGT15k {
1962
+ Accounts: number | null;
1963
+ BalanceDue: Partial<number> | null;
1964
+ Territory: string;
1965
+ }
1966
+
1967
+ export interface LB_Summary_byTerr_byAccount_AFLT15k {
1968
+ Accounts: number | null;
1969
+ BalanceDue: Partial<number> | null;
1970
+ Territory: string;
1971
+ }
1972
+
1973
+ export interface LB_Summary_byTerr_byPolicy {
1974
+ Balance: Partial<number> | null;
1975
+ Policies: number | null;
1976
+ Territory: string | null;
1977
+ }
1978
+
1979
+ export interface LB_SUM_MTD {
1980
+ BalanceDue_MTD: Partial<number> | null;
1981
+ }
1982
+
1983
+ export interface LeavittProduction {
1984
+ Agency: string | null;
1985
+ agencyCoID: string | null;
1986
+ CommercialPremium: Partial<number> | null;
1987
+ }
1988
+
1989
+ export interface Ledger {
1990
+ AccountID: number | null;
1991
+ Activity: string | null;
1992
+ ActivityDate: string | null;
1993
+ Amount: Partial<number> | null;
1994
+ Description: string;
1995
+ EntryType: string | null;
1996
+ GLAccountName: string | null;
1997
+ GLAccountNumber: string | null;
1998
+ GLAccountTypeID: number | null;
1999
+ GLEntryID: number;
2000
+ ObjectDetailTypeID: number | null;
2001
+ ObjectType: string | null;
2002
+ ObjectTypeID: number | null;
2003
+ PolicyID: number | null;
2004
+ UserID: number | null;
2005
+ UserName: string | null;
2006
+ }
2007
+
2008
+ export interface Ledger_Monthy {
2009
+ AccountID: number | null;
2010
+ Activity: string | null;
2011
+ ActivityDate: string | null;
2012
+ Amount: Partial<number> | null;
2013
+ Description: string | null;
2014
+ EntryType: string | null;
2015
+ GLAccountName: string | null;
2016
+ GLAccountNumber: string | null;
2017
+ GLAccountTypeID: number | null;
2018
+ GLEntryID: number;
2019
+ ObjectDetailTypeID: number | null;
2020
+ ObjectType: string | null;
2021
+ ObjectTypeID: number | null;
2022
+ PolicyID: number | null;
2023
+ UserID: number | null;
2024
+ UserName: string | null;
2025
+ }
2026
+
2027
+ export interface MEP100 {
2028
+ Class: string;
2029
+ ID: number | null;
2030
+ Type: string;
2031
+ }
2032
+
2033
+ export interface NAICS_Category {
2034
+ Category: string | null;
2035
+ Category_Short: string | null;
2036
+ NAICS_2_Digit: number | null;
2037
+ }
2038
+
2039
+ export interface Past_Due_Tiers_for_CreditRiskChart {
2040
+ Max: number | null;
2041
+ Min: number | null;
2042
+ Tier: string | null;
2043
+ Tier_ID: number | null;
2044
+ }
2045
+
2046
+ export interface Payment {
2047
+ AccountID: number | null;
2048
+ ActivityDate: string | null;
2049
+ AutoID: number;
2050
+ CancelFee: Partial<number> | null;
2051
+ DepartmentCode: string | null;
2052
+ Description: string | null;
2053
+ EnteredByUserName: string | null;
2054
+ LateCharge: Partial<number> | null;
2055
+ NSFFee: Partial<number> | null;
2056
+ Other: Partial<number> | null;
2057
+ PaymentNumber: number | null;
2058
+ PrincipalAndInterest: Partial<number> | null;
2059
+ ReceiptMethod: string | null;
2060
+ SetupFee: Partial<number> | null;
2061
+ Territory: string | null;
2062
+ TotalAmount: Partial<number> | null;
2063
+ }
2064
+
2065
+ export interface Payment_Monthy {
2066
+ AccountID: number | null;
2067
+ ActivityDate: string | null;
2068
+ AutoID: number;
2069
+ CancelFee: Partial<number> | null;
2070
+ DepartmentCode: string | null;
2071
+ Description: string | null;
2072
+ EnteredByUserName: string | null;
2073
+ LateCharge: Partial<number> | null;
2074
+ NSFFee: Partial<number> | null;
2075
+ Other: Partial<number> | null;
2076
+ PaymentNumber: number | null;
2077
+ PrincipalAndInterest: Partial<number> | null;
2078
+ ReceiptMethod: string | null;
2079
+ SetupFee: Partial<number> | null;
2080
+ Territory: string | null;
2081
+ TotalAmount: Partial<number> | null;
2082
+ }
2083
+
2084
+ export interface Policy {
2085
+ AccountAccountPayoff: Partial<number> | null;
2086
+ AccountAmountFinanced: Partial<number> | null;
2087
+ AccountBalanceDue: Partial<number> | null;
2088
+ AccountID: number | null;
2089
+ AccountPolicyID: number | null;
2090
+ AgentReturnCommissionDue: Partial<number> | null;
2091
+ AmountFinanced: Partial<number> | null;
2092
+ Auditable: string | null;
2093
+ autoID: number;
2094
+ Balance: Partial<number> | null;
2095
+ BrokerFee: Partial<number> | null;
2096
+ BrokerID: number | null;
2097
+ CancellationDate: string | null;
2098
+ CancelTerms: string | null;
2099
+ CancelVerified: string | null;
2100
+ CarrierVerified: string | null;
2101
+ CoverageType: string | null;
2102
+ DateEntered: string | null;
2103
+ DepartmentCode: string | null;
2104
+ DownPayment: Partial<number> | null;
2105
+ EffectiveCancelDate: string | null;
2106
+ EnteredByUserID: number | null;
2107
+ Expiration: string | null;
2108
+ FLDocStampFee: Partial<number> | null;
2109
+ GeneralAgentID: number | null;
2110
+ GrossPremium: Partial<number> | null;
2111
+ ID: number | null;
2112
+ Inception: string | null;
2113
+ InspectionFee: Partial<number> | null;
2114
+ InsuranceCompanyID: number | null;
2115
+ InterestPaymentFactor: Partial<number> | null;
2116
+ MinDownPayPercent: Partial<number> | null;
2117
+ MinEarnedPercent: Partial<number> | null;
2118
+ PolicyFee: Partial<number> | null;
2119
+ PolicyNumber: string | null;
2120
+ PolicyStatus: string | null;
2121
+ PolicyType: string | null;
2122
+ PolicyVerified: string | null;
2123
+ PUCFilings: string | null;
2124
+ RemittanceDate: string | null;
2125
+ ShortRate: string | null;
2126
+ TaxStampFee: Partial<number> | null;
2127
+ Term: string | null;
2128
+ Territory: string | null;
2129
+ UnearnedCommissionReceived: Partial<number> | null;
2130
+ UnearnedFees: Partial<number> | null;
2131
+ UnearnedPremium: Partial<number> | null;
2132
+ UnearnedPremiumReceived: Partial<number> | null;
2133
+ }
2134
+
2135
+ export interface Policy_Monthy {
2136
+ AccountAccountPayoff: Partial<number> | null;
2137
+ AccountAmountFinanced: Partial<number> | null;
2138
+ AccountBalanceDue: Partial<number> | null;
2139
+ AccountID: number | null;
2140
+ AccountPolicyID: number | null;
2141
+ AgentReturnCommissionDue: Partial<number> | null;
2142
+ AmountFinanced: Partial<number> | null;
2143
+ Auditable: string | null;
2144
+ autoID: number;
2145
+ Balance: Partial<number> | null;
2146
+ BrokerFee: Partial<number> | null;
2147
+ BrokerID: number | null;
2148
+ CancellationDate: string | null;
2149
+ CancelTerms: string | null;
2150
+ CancelVerified: string | null;
2151
+ CarrierVerified: string | null;
2152
+ CoverageType: string | null;
2153
+ DateEntered: string | null;
2154
+ DepartmentCode: string | null;
2155
+ DownPayment: Partial<number> | null;
2156
+ EffectiveCancelDate: string | null;
2157
+ EnteredByUserID: number | null;
2158
+ Expiration: string | null;
2159
+ FLDocStampFee: Partial<number> | null;
2160
+ GeneralAgentID: number | null;
2161
+ GrossPremium: Partial<number> | null;
2162
+ ID: number | null;
2163
+ Inception: string | null;
2164
+ InspectionFee: Partial<number> | null;
2165
+ InsuranceCompanyID: number | null;
2166
+ InterestPaymentFactor: Partial<number> | null;
2167
+ MinDownPayPercent: Partial<number> | null;
2168
+ MinEarnedPercent: Partial<number> | null;
2169
+ PolicyFee: Partial<number> | null;
2170
+ PolicyNumber: string | null;
2171
+ PolicyStatus: string | null;
2172
+ PolicyType: string | null;
2173
+ PolicyVerified: string | null;
2174
+ PUCFilings: string | null;
2175
+ RemittanceDate: string | null;
2176
+ ShortRate: string | null;
2177
+ TaxStampFee: Partial<number> | null;
2178
+ Term: string | null;
2179
+ Territory: string | null;
2180
+ UnearnedCommissionReceived: Partial<number> | null;
2181
+ UnearnedFees: Partial<number> | null;
2182
+ UnearnedPremium: Partial<number> | null;
2183
+ UnearnedPremiumReceived: Partial<number> | null;
2184
+ }
2185
+
2186
+ export interface State_Abbreviation {
2187
+ Abbreviation: string | null;
2188
+ StateName: string | null;
2189
+ }
2190
+
2191
+ export interface TannerAuditMailMerge {
2192
+ AccountNumber: string | null;
2193
+ Amount_Outstanding: Partial<number> | null;
2194
+ CurStatusCodeText: string | null;
2195
+ EffectiveInterestRate: Partial<number> | null;
2196
+ Insured_Add1: string | null;
2197
+ Insured_Add2: string | null;
2198
+ Insured_City: string | null;
2199
+ Insured_Name: string | null;
2200
+ Insured_State: string | null;
2201
+ Insured_Zip: string | null;
2202
+ InterestPaid: Partial<number> | null;
2203
+ LastPaymentDueDate: string | null;
2204
+ Loan_Commitment: Partial<number> | null;
2205
+ MaturityDate: string | null;
2206
+ Origianal_Loan_Amount: Partial<number> | null;
2207
+ TotalAccountInterest: Partial<number> | null;
2208
+ }
2209
+
2210
+ export interface TannerMailMergeAccList {
2211
+ AccountNum: string;
2212
+ }
2213
+
2214
+ export interface Territory_List {
2215
+ Territory: string | null;
2216
+ TerritoryFullName: string;
2217
+ }
2218
+
2219
+ export interface Test1 {
2220
+ AgentCity: string | null;
2221
+ AgentID: number | null;
2222
+ AgentName: string | null;
2223
+ AgentState: string | null;
2224
+ Compensation: Partial<number> | null;
2225
+ }
2226
+
2227
+ export interface UnionZionsExceptionsAccID {
2228
+ ID: number | null;
2229
+ }
2230
+
2231
+ export interface WasingtonStateInvestigation {
2232
+ Account_Number: string | null;
2233
+ Account_Status: string | null;
2234
+ ActivationDate: string | null;
2235
+ Address1: string | null;
2236
+ Address2: string | null;
2237
+ Address3: string | null;
2238
+ Agency_Name: string | null;
2239
+ City: string | null;
2240
+ Country: string | null;
2241
+ Email: string | null;
2242
+ Fax: string | null;
2243
+ Insurance_Company_Name: string | null;
2244
+ Insured_Name: string | null;
2245
+ Ledger_Balance: Partial<number> | null;
2246
+ Phone: string | null;
2247
+ Policy_Amount_Financed: Partial<number> | null;
2248
+ Policy_Balance: Partial<number> | null;
2249
+ Policy_Number: number | null;
2250
+ State: string | null;
2251
+ Zip: string | null;
2252
+ }
2253
+
2254
+ export interface Workday {
2255
+ dteDay: string | null;
2256
+ dteID: number;
2257
+ dteWeekday: string | null;
2258
+ }
2259
+
2260
+ export interface ZionsException {
2261
+ Exceptions: string | null;
2262
+ ID: number | null;
2263
+ }
2264
+
2265
+ export interface ZionsLendingPolicyExceptionReport {
2266
+ AccountNumber: string | null;
2267
+ BalanceDue: Partial<number> | null;
2268
+ Exception_s_: string | null;
2269
+ Status: string | null;
2270
+ }
2271
+
2272
+ export interface AvgCancelationRate {
2273
+ avgCancelationRateID: number;
2274
+ created: string;
2275
+ createdByID: number;
2276
+ rate: Partial<number>;
2277
+ }
2278
+
2279
+ export interface BankHoliday {
2280
+ date: string;
2281
+ id: number;
2282
+ name: string | null;
2283
+ }
2284
+
2285
+ export interface AbnormalPaymentReport {
2286
+ AccountNumber: string | null;
2287
+ AmountExpected: Partial<number> | null;
2288
+ AmountExpectedWithLateFee: Partial<number> | null;
2289
+ Difference: Partial<number> | null;
2290
+ DifferenceWithLateFee: Partial<number> | null;
2291
+ LastPaymentAmount: Partial<number> | null;
2292
+ LastPaymentDate: string | null;
2293
+ }
2294
+
2295
+ export interface AFSummaryByTerritoryCurrentMTD {
2296
+ Accounts: number | null;
2297
+ AmountFinanced: Partial<number> | null;
2298
+ Territory: string | null;
2299
+ }
2300
+
2301
+ export interface AFSummarybyTerrLBD {
2302
+ Accounts: number | null;
2303
+ AmountFinanced: Partial<number> | null;
2304
+ Territory: string | null;
2305
+ }
2306
+
2307
+ export interface AuditReport {
2308
+ AccountNumber: string | null;
2309
+ Address1: string | null;
2310
+ Address2: string | null;
2311
+ Address3: string | null;
2312
+ AmountFinanced: Partial<number> | null;
2313
+ City: string | null;
2314
+ CurStatusCodeText: string | null;
2315
+ EffectiveInterestRate: Partial<number> | null;
2316
+ InterestRate: Partial<number> | null;
2317
+ LastPaymentDueDate: string | null;
2318
+ MaturityDate: string | null;
2319
+ Name: string | null;
2320
+ State: string | null;
2321
+ TotalAccountInterest: Partial<number> | null;
2322
+ Zip: string | null;
2323
+ }
2324
+
2325
+ export interface CancelReturnPremium {
2326
+ AccountNumber: string | null;
2327
+ ActivityDate: string | null;
2328
+ CancelFee: Partial<number> | null;
2329
+ Description: string | null;
2330
+ EnteredByUserName: string | null;
2331
+ LateCharge: Partial<number> | null;
2332
+ NSFFee: Partial<number> | null;
2333
+ Other: Partial<number> | null;
2334
+ PaymentNumber: number | null;
2335
+ PrincipalAndInterest: Partial<number> | null;
2336
+ ReceiptMethod: string | null;
2337
+ SetupFee: Partial<number> | null;
2338
+ TotalAmount: Partial<number> | null;
2339
+ }
2340
+
2341
+ export interface CreditRiskReport {
2342
+ AccountAmountFinanced: Partial<number> | null;
2343
+ AccountNumber: string | null;
2344
+ AgentName: string | null;
2345
+ DateEntered: string | null;
2346
+ Flag: string | null;
2347
+ ICAMBestGroupNumber: string | null;
2348
+ InsuredAddr1: string | null;
2349
+ InsuredAddr2: string | null;
2350
+ InsuredAddr3: string | null;
2351
+ InsuredCompanyName: string | null;
2352
+ InsuredContactName: string | null;
2353
+ InsuredDBAName: string | null;
2354
+ InsuredDUNS: string | null;
2355
+ InsuredFEIN: string | null;
2356
+ InsuredName: string | null;
2357
+ InsuredPhone: string | null;
2358
+ PolicyAmountFinanced: Partial<number> | null;
2359
+ PolicyID: number | null;
2360
+ }
2361
+
2362
+ export interface CreditUnderwritingException {
2363
+ Account_ID: number;
2364
+ AccountNumber: string | null;
2365
+ Agent_Name: string | null;
2366
+ AmountFinanced: Partial<number> | null;
2367
+ Auditable: string | null;
2368
+ DateEntered: string | null;
2369
+ DaysBetweenInceptionandFirstDue: number | null;
2370
+ DownPayment: Partial<number> | null;
2371
+ MinDownPayPercent: Partial<number> | null;
2372
+ MinEarnedPercent: Partial<number> | null;
2373
+ Number_of_Payments: number | null;
2374
+ PaymentType: string | null;
2375
+ Policy_ID: number | null;
2376
+ PolicyNumber: string | null;
2377
+ PUCFilings: string | null;
2378
+ }
2379
+
2380
+ export interface CreditUnderwritingExceptionsAllPolicies {
2381
+ AccountID: number;
2382
+ Balance: Partial<number> | null;
2383
+ PolicyNumber: string | null;
2384
+ }
2385
+
2386
+ export interface Credit_Underwritting_Exceptions_Account {
2387
+ Account_ID: number;
2388
+ }
2389
+
2390
+ export interface InterestIncomeLMTD {
2391
+ ActivityDate: string | null;
2392
+ EffectiveDate: string | null;
2393
+ ID: number | null;
2394
+ InterestIncome: Partial<number> | null;
2395
+ Territory: string | null;
2396
+ }
2397
+
2398
+ export interface LexisNexisLBDFEINAndUnknown {
2399
+ AccountNumber: string | null;
2400
+ Addr1: string | null;
2401
+ Addr2: string | null;
2402
+ AltCompanyName: string | null;
2403
+ CompanyName: string | null;
2404
+ Fein: string | null;
2405
+ NoSsnOrEin: string | null;
2406
+ PCityName: string | null;
2407
+ RepAddr1: string | null;
2408
+ RepPCityName: string | null;
2409
+ RepPhone: string | null;
2410
+ RepSt: string | null;
2411
+ RepZ5: string | null;
2412
+ St: string | null;
2413
+ Verified: string;
2414
+ Zip4: string | null;
2415
+ }
2416
+
2417
+ export interface LexisNexisLBDSSN {
2418
+ AccountNumber: string | null;
2419
+ Addr1: string | null;
2420
+ Addr2: string | null;
2421
+ DBAName: string | null;
2422
+ FirstName: string | null;
2423
+ FullName: string | null;
2424
+ LastName: string | null;
2425
+ PCityName: string | null;
2426
+ RepAddr1: string | null;
2427
+ RepPCityName: string | null;
2428
+ RepPhone: string | null;
2429
+ RepSsn: string | null;
2430
+ RepSt: string | null;
2431
+ RepZ5: string | null;
2432
+ St: string | null;
2433
+ Verified: string;
2434
+ Zip4: string | null;
2435
+ }
2436
+
2437
+ export interface LexisNexis_LBD_Base {
2438
+ account_number: string | null;
2439
+ addr1: string | null;
2440
+ addr2: string | null;
2441
+ alt_company_name: string | null;
2442
+ company_name: string | null;
2443
+ DBA_Name: string | null;
2444
+ fein: string | null;
2445
+ First_Name: string | null;
2446
+ Full_Name: string | null;
2447
+ Last_Name: string | null;
2448
+ no_ssn_or_ein: string | null;
2449
+ p_city_name: string | null;
2450
+ rep_addr1: string | null;
2451
+ rep_p_city_name: string | null;
2452
+ rep_phone: string | null;
2453
+ rep_ssn: string | null;
2454
+ rep_st: string | null;
2455
+ rep_z5: string | null;
2456
+ st: string | null;
2457
+ Verified: string;
2458
+ Zip4: string | null;
2459
+ }
2460
+
2461
+ export interface LGADisbLBD {
2462
+ AccountNumber: string | null;
2463
+ Agency: string | null;
2464
+ CompanyName: string | null;
2465
+ DBAName: string | null;
2466
+ DisbursementAmount: Partial<number> | null;
2467
+ EffectiveDate: string | null;
2468
+ InsuredName: string | null;
2469
+ PolicyNumbers: string | null;
2470
+ }
2471
+
2472
+ export interface LGA_Disb_Base {
2473
+ AccountNumber: string | null;
2474
+ Activity: string | null;
2475
+ ActivityDate: string | null;
2476
+ Agency: string | null;
2477
+ Company_Name: string | null;
2478
+ DBAName: string | null;
2479
+ Disbursement_Amount: Partial<number> | null;
2480
+ EffectiveDate: string | null;
2481
+ GLAccountName: string | null;
2482
+ InsuredName: string | null;
2483
+ PolicyNumbers: string | null;
2484
+ Territory: string | null;
2485
+ }
2486
+
2487
+ export interface LoanOver100k {
2488
+ AccountAF: Partial<number> | null;
2489
+ AccountNumber: string | null;
2490
+ AgentName: string | null;
2491
+ Auditable: string | null;
2492
+ BrokerFee: Partial<number> | null;
2493
+ DownPaymentPercent: Partial<number> | null;
2494
+ EffectiveDate: string | null;
2495
+ InspectionFee: Partial<number> | null;
2496
+ InsuredAddr1: string | null;
2497
+ InsuredAddr2: string | null;
2498
+ InsuredAddr3: string | null;
2499
+ InsuredCity: string | null;
2500
+ InsuredDBAName: string | null;
2501
+ InsuredDUNS: string | null;
2502
+ InsuredName: string | null;
2503
+ InsuredPhone: string | null;
2504
+ InsuredState: string | null;
2505
+ InsuredZip: string | null;
2506
+ Last4EIN: string | null;
2507
+ NumPayments: number | null;
2508
+ PolicyFee: Partial<number> | null;
2509
+ PolicyID: number | null;
2510
+ PolicyNumber: string | null;
2511
+ PUCFilings: string | null;
2512
+ RemittanceDate: string | null;
2513
+ TaxStampFee: Partial<number> | null;
2514
+ Term: string | null;
2515
+ UnearnedFees: Partial<number> | null;
2516
+ }
2517
+
2518
+ export interface LowBalanceAccount {
2519
+ AccountNumber: string | null;
2520
+ ActivationDate: string | null;
2521
+ BalanceDue: Partial<number> | null;
2522
+ CurPaymentAmount: Partial<number> | null;
2523
+ InsuredName: string | null;
2524
+ LastPaymentDate: string | null;
2525
+ }
2526
+
2527
+ export interface MissingAMBestNumbers {
2528
+ AMBestNumber: string | null;
2529
+ City: string | null;
2530
+ ID: number;
2531
+ Name: string | null;
2532
+ State: string | null;
2533
+ SumOfPolicyBalances: Partial<number> | null;
2534
+ }
2535
+
2536
+ export interface MissingNAICSReport {
2537
+ AccountNumber: string | null;
2538
+ Agent_Email: string | null;
2539
+ Agent_Name: string | null;
2540
+ Agent_Phone: string | null;
2541
+ CompanyName: string | null;
2542
+ DBAName: string | null;
2543
+ DUNS: string | null;
2544
+ Insured_ID: number;
2545
+ NAICSCode: number | null;
2546
+ Name: string | null;
2547
+ Phone: string | null;
2548
+ }
2549
+
2550
+ export interface Mt_Hawley_Past_Due {
2551
+ Amount_Financed: Partial<number> | null;
2552
+ Balance_Due: Partial<number> | null;
2553
+ CancellationDate: string | null;
2554
+ CurPaymentNumber: number | null;
2555
+ Days_Past_Due: number | null;
2556
+ Insured_Name: string | null;
2557
+ Name: string | null;
2558
+ NextPaymentDueDate: string | null;
2559
+ NumPayments: number | null;
2560
+ }
2561
+
2562
+ export interface NewAccountsLBD {
2563
+ AccountNumber: string | null;
2564
+ ActivationDate: string | null;
2565
+ DateEntered: string | null;
2566
+ }
2567
+
2568
+ export interface NewAccountsLBDOFACFormatted {
2569
+ AccountNumber: string | null;
2570
+ DateEntered: string | null;
2571
+ Name: string | null;
2572
+ }
2573
+
2574
+ export interface NoticeToInsured30Day {
2575
+ AccountNumber: string | null;
2576
+ Addr1: string | null;
2577
+ BalanceDue: Partial<number> | null;
2578
+ City1: string | null;
2579
+ CurStatusCodeText: string | null;
2580
+ DBAName: string | null;
2581
+ InsuredName: string | null;
2582
+ Name: string | null;
2583
+ NoticeDate: string | null;
2584
+ PolicyNumbers: string | null;
2585
+ }
2586
+
2587
+ export interface PaymentToNonCurrentAccounts {
2588
+ AccountNumber: string | null;
2589
+ ActivityDate: string | null;
2590
+ BalanceDue: Partial<number> | null;
2591
+ CurStatusCodeText: string | null;
2592
+ PaymentAmount: Partial<number> | null;
2593
+ }
2594
+
2595
+ export interface PolicyVerificationReport {
2596
+ AccountAF: Partial<number> | null;
2597
+ AccountNumber: string | null;
2598
+ ActivationDate: string | null;
2599
+ AgentName: string | null;
2600
+ Auditable: string | null;
2601
+ BalanceDue: Partial<number> | null;
2602
+ DaysSinceActivation: number | null;
2603
+ DownPayment: Partial<number> | null;
2604
+ GrossPremium: Partial<number> | null;
2605
+ InsuranceCompany: string | null;
2606
+ MinEarnedPercent: string | null;
2607
+ PaymentsRemaining: number | null;
2608
+ PaymentType: string | null;
2609
+ PolicyAF: Partial<number> | null;
2610
+ PolicyNumber: string | null;
2611
+ PolicyVerified: string | null;
2612
+ PUCFilings: string | null;
2613
+ }
2614
+
2615
+ export interface QuarterlyCSRContestRandomSample {
2616
+ AccountNumber: string;
2617
+ AgentName: string;
2618
+ DefaultAgencyContact: string;
2619
+ InsuredName: string;
2620
+ Random: number | null;
2621
+ }
2622
+
2623
+ export interface Return_Mail_Notice_Datum {
2624
+ AccountNumber: string | null;
2625
+ Agent_Address1: string | null;
2626
+ Agent_Address2: string | null;
2627
+ Agent_Address3: string | null;
2628
+ Agent_City: string | null;
2629
+ Agent_Email: string | null;
2630
+ Agent_Name: string | null;
2631
+ Agent_State: string | null;
2632
+ Agent_Zip: string | null;
2633
+ Insured_Address1: string | null;
2634
+ Insured_Address2: string | null;
2635
+ Insured_Address3: string | null;
2636
+ Insured_City: string | null;
2637
+ Insured_Name: string | null;
2638
+ Insured_State: string | null;
2639
+ Insured_Zip: string | null;
2640
+ }
2641
+
2642
+ export interface RRGInsuranceCompaniesRPT {
2643
+ AMBestNumber: string;
2644
+ BalanceAvailable: Partial<number> | null;
2645
+ BalanceDue: Partial<number> | null;
2646
+ EntityGroupName: string;
2647
+ FlowThroughLimit: Partial<number> | null;
2648
+ FlowThroughUsed: Partial<number> | null;
2649
+ FlowThroughUsedPercent: Partial<number> | null;
2650
+ LastReviewDate: string | null;
2651
+ Motivation: string;
2652
+ ReviewFrequencyMonths: number | null;
2653
+ }
2654
+
2655
+ export interface UnknownFEIN {
2656
+ AccountNumber: string | null;
2657
+ CurStatusCodeText: string | null;
2658
+ DaysSinceActivation: number | null;
2659
+ FEIN: string | null;
2660
+ SignedAgreement: string | null;
2661
+ }
2662
+
2663
+ export interface ZionsFundingReportLBD {
2664
+ AccountId: number | null;
2665
+ ActivityDate: string | null;
2666
+ Amount: Partial<number> | null;
2667
+ }
2668
+
2669
+ export interface ZionsTrialBalance {
2670
+ DateLastPaid: string | null;
2671
+ DaysPastDue: number | null;
2672
+ InterestDue: Partial<number> | null;
2673
+ InterestRate: Partial<number> | null;
2674
+ LoanNumber: string | null;
2675
+ NextPaymentDate: string | null;
2676
+ NSFs: string;
2677
+ ObligorName: string | null;
2678
+ OriginationAmount: Partial<number> | null;
2679
+ OriginationDate: string | null;
2680
+ PaymentType: string;
2681
+ PrincipalBalanceDue: Partial<number> | null;
2682
+ Status: string | null;
2683
+ }
2684
+
2685
+ export interface _15_day_Notice_to_Agency {
2686
+ _5_Day_Hold_Cancel_Date: string | null;
2687
+ AccountNumber: string | null;
2688
+ CancellationDate: string | null;
2689
+ CompanyName: string | null;
2690
+ DBAName: string | null;
2691
+ Email: string | null;
2692
+ Name: string | null;
2693
+ Notice_Date: string | null;
2694
+ }
2695
+
2696
+ export interface _30_day_Notice_to_Agency {
2697
+ AccountNumber: string | null;
2698
+ CurStatusCodeText: string | null;
2699
+ Email: string | null;
2700
+ Name: string | null;
2701
+ Notice_Date: string | null;
2702
+ }
2703
+
2704
+ export interface ALLL_commitment_data {
2705
+ AccountNumber: string | null;
2706
+ AgencyCommitment: Partial<number> | null;
2707
+ CarrierGACommitment: Partial<number> | null;
2708
+ Commitment: string | null;
2709
+ CommitmentFrom: string | null;
2710
+ Date: string | null;
2711
+ ID: number;
2712
+ LastModified: string | null;
2713
+ LastModifiedBy: string | null;
2714
+ UnderAudit: string | null;
2715
+ }
2716
+
2717
+ export interface Credit_Risk_Policy_Exceptions {
2718
+ AccountID: string | null;
2719
+ Class: string | null;
2720
+ ExceptionDate: string;
2721
+ Exceptions: string | null;
2722
+ LastModified: string;
2723
+ LastModifiedBy: string;
2724
+ MaxExposure: Partial<number> | null;
2725
+ NotesCollectionActivity: string | null;
2726
+ ReportID: number;
2727
+ }
2728
+
2729
+ export interface Returned_Mail_Tracking {
2730
+ AccountID: number;
2731
+ Date: string | null;
2732
+ LastModified: string | null;
2733
+ LastModifiedby: string | null;
2734
+ Memo: string | null;
2735
+ }
2736
+
2737
+ export interface RRG_Insurance_Companies {
2738
+ AMBestNumber: string;
2739
+ Entity_Group_Name: string | null;
2740
+ Flow_Through_Limit: Partial<number> | null;
2741
+ Last_Review_Date: string | null;
2742
+ LastModified: string | null;
2743
+ LastModifiedby: string | null;
2744
+ Motivation: string | null;
2745
+ Review_Frequency__Months_: number | null;
2746
+ }
2747
+