@parseo/appraisals 1.0.0

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 (50) hide show
  1. package/README.md +35 -0
  2. package/dist/form-1004mc/extract-checkboxes.d.ts +43 -0
  3. package/dist/form-1004mc/extract-checkboxes.d.ts.map +1 -0
  4. package/dist/form-1004mc/extract-checkboxes.js +145 -0
  5. package/dist/form-1004mc/index.d.ts +3 -0
  6. package/dist/form-1004mc/index.d.ts.map +1 -0
  7. package/dist/form-1004mc/index.js +1 -0
  8. package/dist/form-1004mc/parse-page1.d.ts +8 -0
  9. package/dist/form-1004mc/parse-page1.d.ts.map +1 -0
  10. package/dist/form-1004mc/parse-page1.js +760 -0
  11. package/dist/form-1004mc/parse-sales.d.ts +6 -0
  12. package/dist/form-1004mc/parse-sales.d.ts.map +1 -0
  13. package/dist/form-1004mc/parse-sales.js +505 -0
  14. package/dist/form-1004mc/parser.d.ts +5 -0
  15. package/dist/form-1004mc/parser.d.ts.map +1 -0
  16. package/dist/form-1004mc/parser.js +437 -0
  17. package/dist/form-1004mc/types.d.ts +302 -0
  18. package/dist/form-1004mc/types.d.ts.map +1 -0
  19. package/dist/form-1004mc/types.js +1 -0
  20. package/dist/form-1073/index.d.ts +3 -0
  21. package/dist/form-1073/index.d.ts.map +1 -0
  22. package/dist/form-1073/index.js +1 -0
  23. package/dist/form-1073/parse-page1.d.ts +8 -0
  24. package/dist/form-1073/parse-page1.d.ts.map +1 -0
  25. package/dist/form-1073/parse-page1.js +704 -0
  26. package/dist/form-1073/parse-page2.d.ts +6 -0
  27. package/dist/form-1073/parse-page2.d.ts.map +1 -0
  28. package/dist/form-1073/parse-page2.js +438 -0
  29. package/dist/form-1073/parse-sales.d.ts +7 -0
  30. package/dist/form-1073/parse-sales.d.ts.map +1 -0
  31. package/dist/form-1073/parse-sales.js +477 -0
  32. package/dist/form-1073/parser.d.ts +5 -0
  33. package/dist/form-1073/parser.d.ts.map +1 -0
  34. package/dist/form-1073/parser.js +102 -0
  35. package/dist/form-1073/types.d.ts +300 -0
  36. package/dist/form-1073/types.d.ts.map +1 -0
  37. package/dist/form-1073/types.js +1 -0
  38. package/dist/index.d.ts +13 -0
  39. package/dist/index.d.ts.map +1 -0
  40. package/dist/index.js +9 -0
  41. package/dist/richer-values/index.d.ts +3 -0
  42. package/dist/richer-values/index.d.ts.map +1 -0
  43. package/dist/richer-values/index.js +1 -0
  44. package/dist/richer-values/parser.d.ts +5 -0
  45. package/dist/richer-values/parser.d.ts.map +1 -0
  46. package/dist/richer-values/parser.js +1067 -0
  47. package/dist/richer-values/types.d.ts +225 -0
  48. package/dist/richer-values/types.d.ts.map +1 -0
  49. package/dist/richer-values/types.js +1 -0
  50. package/package.json +24 -0
@@ -0,0 +1,300 @@
1
+ import type { BoundingBox } from "@parseo/shared";
2
+ export type { BoundingBox } from "@parseo/shared";
3
+ export interface SubjectSection {
4
+ propertyAddress: string;
5
+ unitNumber: string;
6
+ city: string;
7
+ state: string;
8
+ zipCode: string;
9
+ borrower: string;
10
+ ownerOfPublicRecord: string;
11
+ county: string;
12
+ legalDescription: string;
13
+ assessorParcelNumber: string;
14
+ taxYear: number | null;
15
+ realEstateTaxes: number | null;
16
+ projectName: string;
17
+ phase: string;
18
+ mapReference: string;
19
+ censusTract: string;
20
+ occupant: string;
21
+ specialAssessments: number | null;
22
+ hoaAmount: number | null;
23
+ hoaPeriod: string;
24
+ propertyRightsAppraised: string;
25
+ assignmentType: string;
26
+ lenderClient: string;
27
+ lenderAddress: string;
28
+ boundingBoxes: Record<string, BoundingBox>;
29
+ }
30
+ export interface ContractSection {
31
+ isOfferedForSale: string;
32
+ reportDataSources: string;
33
+ contractAnalysis: string;
34
+ contractPrice: number | null;
35
+ dateOfContract: string;
36
+ financialAssistance: string;
37
+ boundingBoxes: Record<string, BoundingBox>;
38
+ }
39
+ export interface NeighborhoodSection {
40
+ location: string;
41
+ builtUp: string;
42
+ growth: string;
43
+ propertyValues: string;
44
+ demandSupply: string;
45
+ marketingTime: string;
46
+ priceLow: number | null;
47
+ priceHigh: number | null;
48
+ pricePredominant: number | null;
49
+ ageLow: number | null;
50
+ ageHigh: number | null;
51
+ agePredominant: number | null;
52
+ landUseOneUnit: number | null;
53
+ landUseTwoFourUnit: number | null;
54
+ landUseMultiFamily: number | null;
55
+ landUseCommercial: number | null;
56
+ landUseOther: number | null;
57
+ boundaries: string;
58
+ description: string;
59
+ marketConditions: string;
60
+ boundingBoxes: Record<string, BoundingBox>;
61
+ }
62
+ export interface ProjectSiteSection {
63
+ topography: string;
64
+ size: string;
65
+ density: string;
66
+ view: string;
67
+ zoningClassification: string;
68
+ zoningDescription: string;
69
+ zoningCompliance: string;
70
+ highestAndBestUse: string;
71
+ femaFloodZone: string;
72
+ femaMapNumber: string;
73
+ femaMapDate: string;
74
+ adverseConditions: string;
75
+ boundingBoxes: Record<string, BoundingBox>;
76
+ }
77
+ export interface ProjectInfoSection {
78
+ dataSourcesForProjectInfo: string;
79
+ projectDescription: string;
80
+ numberOfStories: number | null;
81
+ exteriorWalls: string;
82
+ numberOfElevators: number | null;
83
+ roofSurface: string;
84
+ existingOrProposed: string;
85
+ totalParking: number | null;
86
+ parkingRatio: string;
87
+ yearBuilt: number | null;
88
+ parkingType: string;
89
+ effectiveAge: number | null;
90
+ guestParking: number | null;
91
+ numberOfUnits: number | null;
92
+ numberOfPhases: number | null;
93
+ unitsForSale: number | null;
94
+ unitsSold: number | null;
95
+ unitsRented: number | null;
96
+ ownerOccupiedUnits: number | null;
97
+ projectPrimaryOccupancy: string;
98
+ hoaControl: string;
99
+ managementGroup: string;
100
+ singleEntityOwnership: string;
101
+ conversionFromExisting: string;
102
+ unitsComplete: string;
103
+ commercialSpace: string;
104
+ boundingBoxes: Record<string, BoundingBox>;
105
+ }
106
+ export interface ProjectAnalysisSection {
107
+ conditionAndQuality: string;
108
+ commonElements: string;
109
+ commonElementsLeased: string;
110
+ groundRent: string;
111
+ parkingAdequacy: string;
112
+ budgetAnalysis: string;
113
+ otherFees: string;
114
+ unitChargeComparison: string;
115
+ specialCharacteristics: string;
116
+ unitChargeMonthly: number | null;
117
+ unitChargeAnnual: number | null;
118
+ assessmentPerSqft: number | null;
119
+ utilitiesIncluded: string;
120
+ boundingBoxes: Record<string, BoundingBox>;
121
+ }
122
+ export interface UnitDescriptionSection {
123
+ floorNumber: string;
124
+ numberOfLevels: number | null;
125
+ heatingType: string;
126
+ heatingFuel: string;
127
+ centralAC: string;
128
+ floors: string;
129
+ walls: string;
130
+ trimFinish: string;
131
+ bathWainscot: string;
132
+ doors: string;
133
+ fireplaces: number | null;
134
+ deckPatio: string;
135
+ porchBalcony: string;
136
+ refrigerator: string;
137
+ rangeOven: string;
138
+ disposal: string;
139
+ dishwasher: string;
140
+ microwave: string;
141
+ washerDryer: string;
142
+ carStorageType: string;
143
+ carStorageCount: number | null;
144
+ carStorageOwnership: string;
145
+ roomCount: number | null;
146
+ bedrooms: number | null;
147
+ baths: number | null;
148
+ grossLivingArea: number | null;
149
+ separatelyMetered: string;
150
+ additionalFeatures: string;
151
+ conditionDescription: string;
152
+ physicalDeficiencies: string;
153
+ conformity: string;
154
+ boundingBoxes: Record<string, BoundingBox>;
155
+ }
156
+ export interface PriorSaleEntry {
157
+ dateOfPriorSale: string;
158
+ priceOfPriorSale: number | null;
159
+ dataSources: string;
160
+ effectiveDateOfDataSources: string;
161
+ boundingBoxes: Record<string, BoundingBox>;
162
+ }
163
+ export interface PriorSaleHistorySection {
164
+ researchPerformed: string;
165
+ subjectPriorSaleRevealed: string;
166
+ subjectDataSources: string;
167
+ comparablePriorSaleRevealed: string;
168
+ comparableDataSources: string;
169
+ subject: PriorSaleEntry;
170
+ comparables: PriorSaleEntry[];
171
+ analysis: string;
172
+ boundingBoxes: Record<string, BoundingBox>;
173
+ }
174
+ export interface ComparableSale {
175
+ number: number;
176
+ address: string;
177
+ projectNamePhase: string;
178
+ proximityToSubject: string;
179
+ salePrice: number | null;
180
+ salePricePerSqft: number | null;
181
+ dataSources: string;
182
+ verificationSources: string;
183
+ salesOrFinancing: string;
184
+ concessions: string;
185
+ dateOfSaleTime: string;
186
+ location: string;
187
+ leaseholdFeeSimple: string;
188
+ hoaMoAssessment: number | null;
189
+ commonElements: string;
190
+ floorLocation: string;
191
+ view: string;
192
+ designStyle: string;
193
+ qualityOfConstruction: string;
194
+ actualAge: number | null;
195
+ condition: string;
196
+ conditionAdjustment: number | null;
197
+ roomCountTotal: number | null;
198
+ roomCountBedrooms: number | null;
199
+ roomCountBaths: number | null;
200
+ roomCountAdjustment: number | null;
201
+ grossLivingArea: number | null;
202
+ grossLivingAreaAdjustment: number | null;
203
+ basementFinished: string;
204
+ functionalUtility: string;
205
+ heatingCooling: string;
206
+ energyEfficientItems: string;
207
+ garageCarport: string;
208
+ porchPatioDeck: string;
209
+ netAdjustmentTotal: number | null;
210
+ netAdjustmentPercent: number | null;
211
+ grossAdjustmentPercent: number | null;
212
+ adjustedSalePrice: number | null;
213
+ boundingBoxes: Record<string, BoundingBox>;
214
+ }
215
+ export interface SalesComparisonSubject {
216
+ address: string;
217
+ projectNamePhase: string;
218
+ salePrice: number | null;
219
+ salePricePerSqft: number | null;
220
+ location: string;
221
+ leaseholdFeeSimple: string;
222
+ hoaMoAssessment: number | null;
223
+ commonElements: string;
224
+ floorLocation: string;
225
+ view: string;
226
+ designStyle: string;
227
+ qualityOfConstruction: string;
228
+ actualAge: number | null;
229
+ condition: string;
230
+ roomCountTotal: number | null;
231
+ roomCountBedrooms: number | null;
232
+ roomCountBaths: number | null;
233
+ grossLivingArea: number | null;
234
+ basementFinished: string;
235
+ functionalUtility: string;
236
+ heatingCooling: string;
237
+ energyEfficientItems: string;
238
+ garageCarport: string;
239
+ porchPatioDeck: string;
240
+ boundingBoxes: Record<string, BoundingBox>;
241
+ }
242
+ export interface SalesComparisonSection {
243
+ activeListingsCount: number | null;
244
+ activeListingsLow: number | null;
245
+ activeListingsHigh: number | null;
246
+ comparableSalesCount: number | null;
247
+ comparableSalesLow: number | null;
248
+ comparableSalesHigh: number | null;
249
+ subject: SalesComparisonSubject;
250
+ comparables: ComparableSale[];
251
+ summaryOfSalesComparison: string;
252
+ indicatedValueBySalesComparison: number | null;
253
+ boundingBoxes: Record<string, BoundingBox>;
254
+ }
255
+ export interface ReconciliationSection {
256
+ indicatedValueBySalesComparison: number | null;
257
+ indicatedValueByIncomeApproach: number | null;
258
+ reconciliationComments: string;
259
+ appraisalBasis: string;
260
+ finalValue: number | null;
261
+ effectiveDate: string;
262
+ boundingBoxes: Record<string, BoundingBox>;
263
+ }
264
+ export interface AppraiserInfo {
265
+ name: string;
266
+ companyName: string;
267
+ companyAddress: string;
268
+ telephoneNumber: string;
269
+ emailAddress: string;
270
+ dateOfSignature: string;
271
+ effectiveDateOfAppraisal: string;
272
+ stateCertification: string;
273
+ stateOrLicense: string;
274
+ state: string;
275
+ expirationDate: string;
276
+ boundingBoxes: Record<string, BoundingBox>;
277
+ }
278
+ export interface LenderClientInfo {
279
+ name: string;
280
+ companyName: string;
281
+ companyAddress: string;
282
+ emailAddress: string;
283
+ boundingBoxes: Record<string, BoundingBox>;
284
+ }
285
+ export interface Form1073Report {
286
+ subject: SubjectSection;
287
+ contract: ContractSection;
288
+ neighborhood: NeighborhoodSection;
289
+ projectSite: ProjectSiteSection;
290
+ projectInfo: ProjectInfoSection;
291
+ projectAnalysis: ProjectAnalysisSection;
292
+ unitDescription: UnitDescriptionSection;
293
+ priorSaleHistory: PriorSaleHistorySection;
294
+ salesComparison: SalesComparisonSection;
295
+ reconciliation: ReconciliationSection;
296
+ appraiser: AppraiserInfo;
297
+ supervisoryAppraiser: AppraiserInfo | null;
298
+ lenderClient: LenderClientInfo;
299
+ }
300
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/form-1073/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,13 @@
1
+ import { parseRicherValuesReport } from "./richer-values/index.js";
2
+ import { parseForm1004MC } from "./form-1004mc/index.js";
3
+ import { parseForm1073 } from "./form-1073/index.js";
4
+ export declare const richerValues: typeof parseRicherValuesReport;
5
+ export declare const form1004MC: typeof parseForm1004MC;
6
+ export declare const form1073: typeof parseForm1073;
7
+ export { parseRicherValuesReportFromLines } from "./richer-values/index.js";
8
+ export { parseForm1004MCFromLines } from "./form-1004mc/index.js";
9
+ export { parseForm1073FromLines } from "./form-1073/index.js";
10
+ export type { RicherValuesReport } from "./richer-values/index.js";
11
+ export type { Form1004MCReport } from "./form-1004mc/index.js";
12
+ export type { Form1073Report } from "./form-1073/index.js";
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,eAAO,MAAM,YAAY,gCAA0B,CAAC;AACpD,eAAO,MAAM,UAAU,wBAAkB,CAAC;AAC1C,eAAO,MAAM,QAAQ,sBAAgB,CAAC;AACtC,OAAO,EAAE,gCAAgC,EAAE,MAAM,0BAA0B,CAAC;AAC5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,YAAY,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE,YAAY,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,YAAY,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,9 @@
1
+ import { parseRicherValuesReport } from "./richer-values/index.js";
2
+ import { parseForm1004MC } from "./form-1004mc/index.js";
3
+ import { parseForm1073 } from "./form-1073/index.js";
4
+ export const richerValues = parseRicherValuesReport;
5
+ export const form1004MC = parseForm1004MC;
6
+ export const form1073 = parseForm1073;
7
+ export { parseRicherValuesReportFromLines } from "./richer-values/index.js";
8
+ export { parseForm1004MCFromLines } from "./form-1004mc/index.js";
9
+ export { parseForm1073FromLines } from "./form-1073/index.js";
@@ -0,0 +1,3 @@
1
+ export { parseRicherValuesReport, parseRicherValuesReportFromLines } from "./parser.js";
2
+ export type { RicherValuesReport, CoverPage, ValuationSummaryAndParameters, ValuationPage, BudgetFlags, BudgetLineItems } from "./types.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/richer-values/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,gCAAgC,EAAE,MAAM,aAAa,CAAC;AACxF,YAAY,EAAE,kBAAkB,EAAE,SAAS,EAAE,6BAA6B,EAAE,aAAa,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1 @@
1
+ export { parseRicherValuesReport, parseRicherValuesReportFromLines } from "./parser.js";
@@ -0,0 +1,5 @@
1
+ import type { TextLine } from "@parseo/shared";
2
+ import type { RicherValuesReport } from "./types.js";
3
+ export declare function parseRicherValuesReport(buffer: Buffer): Promise<RicherValuesReport>;
4
+ export declare function parseRicherValuesReportFromLines(lines: TextLine[]): RicherValuesReport;
5
+ //# sourceMappingURL=parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../src/richer-values/parser.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAe,MAAM,gBAAgB,CAAC;AAC5D,OAAO,KAAK,EACV,kBAAkB,EAsBnB,MAAM,YAAY,CAAC;AAEpB,wBAAsB,uBAAuB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAGzF;AAED,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,QAAQ,EAAE,GAAG,kBAAkB,CA8BtF"}