UNPKG

@cityssm/mpac-yetf

Version:

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

83 lines (82 loc) 4.46 kB
export declare const unitClassDescriptions: Readonly<{ CA: "Property vested in a Conservation Authority"; CL: "Conservation Land"; COM: "Commercial property used for business and subject to business assessment"; ECL: "An area of land in a commercial property that is excess to the operation of the business"; EDN: "Property occupied by an educational body"; EIL: "An area of land in a industrial property that is excess to the operation of the business"; FG: "Property other than vacant land and residential units occupied by the Federal Government Agencies, or owned and occupied by a foreign government as an embassy. This code is used when the unit is occupied by a tenant of the Federal Government"; FL: "Farmlands with or without farm outbuildings but doesn't include farmlands on which a farm residence exists"; FRU: "Farmlands on which a farm residence exists"; IND: "Industrial property used for business and subject to business assessment"; LF: "Landfill"; LG: "Property other than vacant land and occupied by municipal, regional or county levels of government. This code does not apply to public utilities, nor when the land is occupied by a tenant of the Local Government"; MF: "Properties or portions of properties for which the owner(s) have entered into an agreement with the Ministry of Natural Resources to have the land designated as Managed Forest"; ML: "Mining lands"; OE: "Certain specified charities and cemeteries that are not associated with a religious organization"; OH: "Property other than vacant land occupied by Ontario Hydro, but not when occupied by a tenant of Ontario Hydro"; OT: "Taxable properties for which a specific unit class code has not been developed. This code will include lands with improvements (boat houses, garages, sheds, etc.) that actually add value to the land; however, their use doesn't dictate a specific unit class code"; PG: "Property other than vacant land and residential units occupied by the Provincial Government, but not when occupied by a tenant of the Provincial Government"; PGA: "Property other than vacant land and residential units occupied by an agency of the Provincial Government, but not when occupied by a tenant of the Provincial Government Agency"; PU: "Property occupied by a public utility"; RDU: "Seasonal dwelling units"; REL: "Property used for religious purposes and cemeteries that are associated with a church"; RU: "Residential units"; RWY: "Railway property"; TD: "Property used for transportation or distribution"; THE: "Large theatres"; TPL: "Oil and gas transmissions pipelines"; UTC: "Utility transmission and distribution corridors"; VL: "Vacant lands other than farmland, mining land, conservation land, or those of a Conservation Authority. This includes land owned by the Federal Government, Provincial Governments, etc."; }>; export declare const realtyTaxClassNames: Readonly<{ A: "Large Theatre"; C: "Commercial"; D: "Office Building"; E: "Exempt"; F: "Farm"; G: "Parking Lot"; H: "Landfill"; I: "Industrial"; J: "Industrial (New Construction)"; K: "Large Industrial (New Construction)"; L: "Large Industrial"; M: "Multi-Residential"; N: "New Multi-Residential"; O: "Resort Condominium"; P: "Pipeline"; Q: "Professional Sports Facility"; R: "Residential"; S: "Shopping Centre"; T: "Managed Forests"; U: "Utility Transmission and Distribution Corridors"; W: "Railway Right-of-Way"; X: "Commercial (New Construction)"; Y: "Office Building (New Construction)"; Z: "Shopping Centre (New Construction)"; }>; export declare const realtyTaxQualifiers: Readonly<Record<string, { class: 'Taxable' | 'Payment in Lieu'; name: string; }>>; export declare const unitSupportNames: Readonly<{ P: "English-Public"; S: "English-Separate"; A: "French-Public"; C: "French-Separate"; D: "Protestant-Separate"; B: "Split"; N: "No Support"; }>; export declare const propertyTypeNames: Readonly<{ '1': "Residential"; '2': "Multi-Residential"; '3': "Commercial"; '4': "Industrial"; '5': "Pipeline"; '6': "Farm"; '7': "Recreational"; '8': "Residential Condos"; '9': "Other/Unique Properties"; '0': "Rights-of-Way"; }>;