UNPKG

@cityssm/mpac-yetf

Version:

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

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