UNPKG

@cityssm/mpac-yetf

Version:

Parses the MPAC Year-End Tax File (YETF) into a usable object.

49 lines (48 loc) 1.8 kB
export declare const identifierNames: { readonly C: "Conservation Authority"; readonly E: "Education, religious or other exempt agencies"; readonly F: "Female"; readonly G: "Federal Government including agencies"; readonly H: "Ontario Hydro"; readonly I: "Individual"; readonly L: "Local Government and Public Utilities"; readonly M: "Male"; readonly P: "Provincial Government including agencies"; readonly X: "Corporations, taxable agencies and other non-persons"; }; export declare const occupancyStatusNames: { readonly B: "Other residents such as boarders, lodgers, roomers, or children"; readonly O: "Owner or Joint Owner"; readonly S: "Spouse of owner or spouse of tenant"; readonly T: "Tenant or Joint Tenant"; readonly V: "Vacant unit"; }; export declare const schoolSupportNames: { readonly A: "French-Public"; readonly B: "Split"; readonly C: "French-Separate"; readonly D: "Protestant-Separate"; readonly N: "No Support"; readonly P: "English-Public"; readonly S: "English-Separate"; }; export declare const residencyCodeDescriptions: { readonly A: "Individual lives in another apartment or house on the same property"; readonly M: "Individual lives elsewhere in the same municipality"; readonly N: "Individual lives in another municipality"; readonly U: "Individual lives in this unit"; }; export declare const monthOfBirthNames: { readonly '01': "January"; readonly '02': "February"; readonly '03': "March"; readonly '04': "April"; readonly '05': "May"; readonly '06': "June"; readonly '07': "July"; readonly '08': "August"; readonly '09': "September"; readonly '10': "October"; readonly '11': "November"; readonly '12': "December"; };