GET api/analysis/{propertyAddressId}/market-analysis/review?marketValue={marketValue}&asOfDate={asOfDate}&isAppraisal={isAppraisal}

This method will retrieve page data for Market Analysis Review page that will be used to expalin analysis results to end user who tried to analyze their property. This method will handle either apprisal based market analysis or purchase price based market analysis

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyAddressId

Property Address record Id

integer

Required

marketValue

Market value entered by user

decimal number

Required

asOfDate

Date when this market value was determined. In case of purchase, this is a date of closing. In case of appraisal, this is a date as of which all comparable properties were obtained.

string

Required

isAppraisal

True/False

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Instance of

MarketAnalysisReviewPageModel
NameDescriptionTypeAdditional information
Property

PropertyReportData

None.

AnalysisResults

FullTaxAnalysisResultsData

None.

PageContent

PtdContentPage

None.

Response Formats

application/json, text/json

Sample:
{
  "property": {
    "propertyAddressId": 1,
    "pin": "sample string 2",
    "formattedPin": "sample string 3",
    "taxYear": 4,
    "geoCenter": "sample string 5",
    "addressLine1": "sample string 6",
    "city": "sample string 7",
    "state": "sample string 8",
    "zipCode": "sample string 9",
    "fullAddress": "sample string 10",
    "countyName": "sample string 11",
    "countyId": 12,
    "townshipId": 13,
    "townshipName": "sample string 14",
    "taxCodeId": 15,
    "taxCode": "sample string 16",
    "neighborhood": 17,
    "age": 18,
    "description": "sample string 19",
    "propertyClass": "sample string 20",
    "propertyClassId": 21,
    "residenceType": "sample string 22",
    "residenceTypeId": 1,
    "constructionType": "sample string 23",
    "exteriorConstructionTypeRating": 1,
    "buildingUse": "sample string 24",
    "buildingUseId": 1,
    "apartments": "sample string 25",
    "fullBaths": 26,
    "halfBaths": 27,
    "basementType": "sample string 28",
    "basementTypeRating": 1,
    "atticType": "sample string 29",
    "atticTypeRating": 1,
    "centralAir": true,
    "fireplaceCount": 31,
    "garageType": "sample string 32",
    "garageTypeRating": 1,
    "landAreaSqFt": 33.1,
    "buildingAreaSqFt": 34.1,
    "landAssessment": 35.1,
    "buildingAssessment": 36.1,
    "assessmentRatio": 37.0,
    "totalAssessment": 38.1,
    "landAssessmentLastYear": 39.1,
    "buildingAssessmentLastYear": 40.1,
    "assessmentRatioLastYear": 41.0,
    "totalAssessmentLastYear": 42.0,
    "assessmentLevel": 43.0,
    "taxRate": 44.0,
    "stateEqualizationFactor": 45.0,
    "marketValue": 46.1,
    "marketValueLastYear": 47.1,
    "grossTaxAmount": 48.0,
    "propertyImageUrl": "sample string 49",
    "isSubject": true,
    "distance": 51.0,
    "priorTaxYear": 52,
    "lastYearGrossTaxAmount": 53.0,
    "taxRateYear": 54,
    "stateEqualizationFactorYear": 55,
    "taxRateLastYear": 56.0,
    "stateEqualizationFactorLastYear": 57.0,
    "lastReassessmentYear": 58,
    "nextReassessmentYear": 59,
    "transactionAmount": 1.0,
    "executedDate": "sample string 60",
    "buyer": "sample string 61",
    "seller": "sample string 62",
    "deed": "sample string 63",
    "isIncomeProperty": true,
    "multiParcelIds": [
      1,
      2
    ],
    "multiParcelPins": [
      "sample string 1",
      "sample string 2"
    ],
    "card": 1,
    "cookCountyEquivalentClassId": 1,
    "cookCountyEquivalentClass": "sample string 65",
    "cookCountyEquivalentClassDescription": "sample string 66",
    "storiesCount": "sample string 67",
    "stories": "sample string 68",
    "styleId": 69,
    "style": "sample string 70",
    "exteriorWallType": "sample string 71",
    "roofCoverId": 72,
    "roofCover": "sample string 73",
    "roofCoverRating": 74,
    "yearBuilt": 75,
    "yearRemodeled": 1,
    "effectiveYearBuilt": 1,
    "physicalConditionId": 1,
    "physicalCondition": "sample string 76",
    "physicalConditionRating": 1,
    "gradeId": 1,
    "grade": "sample string 77",
    "gradeRating": 1,
    "cduStructureId": 1,
    "cduStructure": "sample string 78",
    "cduStructureRating": 1,
    "bedroomCount": 1,
    "bathsWith4FixCount": 1,
    "bathsWith5FixCount": 1,
    "totalFixturesCount": 1,
    "totalLivingArea": 1.1,
    "atticArea": 1.1,
    "basementArea": 79,
    "heatingType": "sample string 80",
    "prefabFireplaceCount": 1,
    "woodBurningFireplaceCount": 1,
    "recRoomArea": 1,
    "basementFinishedArea": 1,
    "lowerLevelFinishedArea": 1,
    "upperFloorArea": 1,
    "secondFloorArea": 1,
    "firstFloorArea": 1,
    "lowerLevelArea": 1,
    "livingArea": 1,
    "grossFloorArea": 1,
    "parkingCount": 1,
    "garageCount": 1,
    "garageArea": 1,
    "garageCarsCount": 1,
    "attachedGarageId": 1,
    "attachedGarageType": "sample string 81",
    "attachedGarageTypeRating": 1,
    "attachedGarageCount": 1,
    "attachedGarageArea": 1,
    "attachedCarPortGarageId": 1,
    "attachedCarPortGarageType": "sample string 82",
    "attachedCarPortGarageTypeRating": 1,
    "attachedCarPortCount": 1,
    "attachedCarPortArea": 1,
    "detachedGarageId": 1,
    "detachedGarageType": "sample string 83",
    "detachedGarageTypeRating": 1,
    "detachedGarageCount": 1,
    "detachedGarageArea": 1,
    "basementGarageId": 1,
    "basementGarageType": "sample string 84",
    "basementGarageTypeRating": 1,
    "basementGarageCarCount": 1,
    "basementGarageArea": 1,
    "shedsArea": 1,
    "gazeboArea": 1,
    "groundPoolArea": 1,
    "deckCount": 1,
    "deckArea": 1,
    "concretePatioCount": 1,
    "concretePatioArea": 1,
    "enclosedPorchCount": 1,
    "enclosedPorchArea": 1,
    "openPorchCount": 1,
    "openPorchArea": 1,
    "outbuildingsCount": 1,
    "singleParcelBuildingCount": 1,
    "landUseCode": "sample string 85",
    "recordType": "sample string 86",
    "occupancyPercent": 1.0,
    "prorationPercentage": 1.0,
    "interiorFinishPercent": 1.0,
    "rec1OutbuildingName": "sample string 87",
    "rec1OutbuildingArea": 1,
    "rec1OutbuildingYearBuilt": 1,
    "rec2OutbuildingName": "sample string 88",
    "rec2OutbuildingArea": 1,
    "rec2OutbuildingYearBuilt": 1,
    "rec3OutbuildingName": "sample string 89",
    "rec3OutbuildingArea": 1,
    "rec3OutbuildingYearBuilt": 1,
    "rec4OutbuildingName": "sample string 90",
    "rec4OutbuildingArea": 1,
    "rec4OutbuildingYearBuilt": 1,
    "lotSizeAcres": 1.0,
    "wallHeight": 1,
    "unitsCount": 1,
    "outbuildingTypes": "sample string 91",
    "neighborhoodDescription": "sample string 92",
    "neighborhoodId": 1,
    "externalWallId": 1,
    "externalWallRating": 1,
    "landMethod": "sample string 93",
    "landUseCodeId": 1,
    "salesPriceSqFt": 1.0,
    "propertyCardUrl": "sample string 94",
    "assessmentUrl": "sample string 95",
    "baseMarketValue1977": 1,
    "farmLandMarketValue": 1,
    "farmBuildingsMarketValue": 1,
    "farmTotalAssessment": 1,
    "preferentialAssessmentReason": "sample string 96",
    "partialAssessmentFlag": true,
    "physicalDepreciationPercent": 1.0,
    "landAssessmentAssessmentNotice": 1,
    "buildingAssessmentAssessmentNotice": 1,
    "totalAssessmentAssessmentNotice": 1,
    "buildingAssessmentResidential": 1,
    "buildingAssessmentCommercial": 1,
    "totalAssessmentEqualized": 1,
    "residentialLandMarketValue": 1,
    "buildingMarketValueResidential": 1,
    "totalResidentialMarketValue": 1,
    "commercialLandMarketValue": 1,
    "commercialBuildingMarketValue": 1,
    "totalMarketValueCommercial": 1,
    "condoOwnershipPercent": 1.0,
    "costsTaxAmount": 1.0,
    "omitRollbackTaxAmount": 1.0,
    "totalCurrentYearTaxAmount": 1.0,
    "taxBillTotalAssessmentEqualized": 1.0,
    "taxBillExemptionAssessedValue": 1,
    "taxBillStateAssessedPollutionControl": 1,
    "taxBillTaxableValuation": 1,
    "taxExemptLevel": 1,
    "taxBillForfeitedTax": 1,
    "taxBillFirstInstallmentPaymentAmount": 1,
    "taxBillSecondInstallmentPaymentAmount": 1,
    "taxBillFirstInstallmentDueDate": 1,
    "taxBillSecondInstallmentDueDate": 1,
    "treasurerCollectorCharges": 1,
    "taxBillRealEstateTaxAmount": 1,
    "taxBillStatementYear": 1,
    "taxBillYear": 1,
    "currentYearTaxDueAmount": 1,
    "taxBillTaxRate": 1,
    "totalDrainageTaxAmount": 1,
    "totalSpecialServicesTaxAmount": 1,
    "drainageDistrictProjectName": 1,
    "taxpayerCompanyName": "sample string 98",
    "documentNumber": "sample string 99",
    "qualifiedSaleFlag": "sample string 100",
    "legalDescription": "sample string 101"
  },
  "analysisResults": {
    "performedTaxAnalysisTypeId": 1,
    "appealYear": 2,
    "taxYear": 3,
    "actualGrossTaxAmount": 4.0,
    "fairValueGrossTaxAmount": 5.0,
    "calculatedOverpaymentAmount": 6.0,
    "isAppealRecommended": true,
    "nextAppealDate": "sample string 8",
    "appealAgency": "sample string 9",
    "marketValue": 10.1,
    "fairMarketValue": 11.1,
    "minNumberOfComparablePropertiesRequiredForAppeal": 12,
    "numberOfComparableProperiesFound": 13,
    "asOfDate": "sample string 14",
    "agencyUrl": "sample string 15",
    "minAssessmentRatio": 16.0,
    "fairBuildingAssessment": 17.1,
    "fairTotalAssessment": 18.1,
    "fairEquilizedAssessedValue": 19.1,
    "appealReportTypeId": 20,
    "equilizedAssessedValue": 21.0,
    "showComparablePropertySearchButton": true,
    "isNextAppealDateEstimated": true,
    "recommendation": "sample string 24",
    "nextAppealEndDate": "sample string 25",
    "isAppealDateEstimated": true,
    "numOverpaymentYears": 27,
    "maxOverpaymentAmount": 28.0,
    "shortRecommendation": "sample string 29",
    "subjectProperty": {
      "propertyAddressId": 1,
      "pin": "sample string 2",
      "formattedPin": "sample string 3",
      "taxYear": 4,
      "geoCenter": "sample string 5",
      "addressLine1": "sample string 6",
      "city": "sample string 7",
      "state": "sample string 8",
      "zipCode": "sample string 9",
      "fullAddress": "sample string 10",
      "countyName": "sample string 11",
      "countyId": 12,
      "townshipId": 13,
      "townshipName": "sample string 14",
      "taxCodeId": 15,
      "taxCode": "sample string 16",
      "neighborhood": 17,
      "age": 18,
      "description": "sample string 19",
      "propertyClass": "sample string 20",
      "propertyClassId": 21,
      "residenceType": "sample string 22",
      "residenceTypeId": 1,
      "constructionType": "sample string 23",
      "exteriorConstructionTypeRating": 1,
      "buildingUse": "sample string 24",
      "buildingUseId": 1,
      "apartments": "sample string 25",
      "fullBaths": 26,
      "halfBaths": 27,
      "basementType": "sample string 28",
      "basementTypeRating": 1,
      "atticType": "sample string 29",
      "atticTypeRating": 1,
      "centralAir": true,
      "fireplaceCount": 31,
      "garageType": "sample string 32",
      "garageTypeRating": 1,
      "landAreaSqFt": 33.1,
      "buildingAreaSqFt": 34.1,
      "landAssessment": 35.1,
      "buildingAssessment": 36.1,
      "assessmentRatio": 37.0,
      "totalAssessment": 38.1,
      "landAssessmentLastYear": 39.1,
      "buildingAssessmentLastYear": 40.1,
      "assessmentRatioLastYear": 41.0,
      "totalAssessmentLastYear": 42.0,
      "assessmentLevel": 43.0,
      "taxRate": 44.0,
      "stateEqualizationFactor": 45.0,
      "marketValue": 46.1,
      "marketValueLastYear": 47.1,
      "grossTaxAmount": 48.0,
      "propertyImageUrl": "sample string 49",
      "isSubject": true,
      "distance": 51.0,
      "priorTaxYear": 52,
      "lastYearGrossTaxAmount": 53.0,
      "taxRateYear": 54,
      "stateEqualizationFactorYear": 55,
      "taxRateLastYear": 56.0,
      "stateEqualizationFactorLastYear": 57.0,
      "lastReassessmentYear": 58,
      "nextReassessmentYear": 59,
      "transactionAmount": 1.0,
      "executedDate": "sample string 60",
      "buyer": "sample string 61",
      "seller": "sample string 62",
      "deed": "sample string 63",
      "isIncomeProperty": true,
      "multiParcelIds": [
        1,
        2
      ],
      "multiParcelPins": [
        "sample string 1",
        "sample string 2"
      ],
      "card": 1,
      "cookCountyEquivalentClassId": 1,
      "cookCountyEquivalentClass": "sample string 65",
      "cookCountyEquivalentClassDescription": "sample string 66",
      "storiesCount": "sample string 67",
      "stories": "sample string 68",
      "styleId": 69,
      "style": "sample string 70",
      "exteriorWallType": "sample string 71",
      "roofCoverId": 72,
      "roofCover": "sample string 73",
      "roofCoverRating": 74,
      "yearBuilt": 75,
      "yearRemodeled": 1,
      "effectiveYearBuilt": 1,
      "physicalConditionId": 1,
      "physicalCondition": "sample string 76",
      "physicalConditionRating": 1,
      "gradeId": 1,
      "grade": "sample string 77",
      "gradeRating": 1,
      "cduStructureId": 1,
      "cduStructure": "sample string 78",
      "cduStructureRating": 1,
      "bedroomCount": 1,
      "bathsWith4FixCount": 1,
      "bathsWith5FixCount": 1,
      "totalFixturesCount": 1,
      "totalLivingArea": 1.1,
      "atticArea": 1.1,
      "basementArea": 79,
      "heatingType": "sample string 80",
      "prefabFireplaceCount": 1,
      "woodBurningFireplaceCount": 1,
      "recRoomArea": 1,
      "basementFinishedArea": 1,
      "lowerLevelFinishedArea": 1,
      "upperFloorArea": 1,
      "secondFloorArea": 1,
      "firstFloorArea": 1,
      "lowerLevelArea": 1,
      "livingArea": 1,
      "grossFloorArea": 1,
      "parkingCount": 1,
      "garageCount": 1,
      "garageArea": 1,
      "garageCarsCount": 1,
      "attachedGarageId": 1,
      "attachedGarageType": "sample string 81",
      "attachedGarageTypeRating": 1,
      "attachedGarageCount": 1,
      "attachedGarageArea": 1,
      "attachedCarPortGarageId": 1,
      "attachedCarPortGarageType": "sample string 82",
      "attachedCarPortGarageTypeRating": 1,
      "attachedCarPortCount": 1,
      "attachedCarPortArea": 1,
      "detachedGarageId": 1,
      "detachedGarageType": "sample string 83",
      "detachedGarageTypeRating": 1,
      "detachedGarageCount": 1,
      "detachedGarageArea": 1,
      "basementGarageId": 1,
      "basementGarageType": "sample string 84",
      "basementGarageTypeRating": 1,
      "basementGarageCarCount": 1,
      "basementGarageArea": 1,
      "shedsArea": 1,
      "gazeboArea": 1,
      "groundPoolArea": 1,
      "deckCount": 1,
      "deckArea": 1,
      "concretePatioCount": 1,
      "concretePatioArea": 1,
      "enclosedPorchCount": 1,
      "enclosedPorchArea": 1,
      "openPorchCount": 1,
      "openPorchArea": 1,
      "outbuildingsCount": 1,
      "singleParcelBuildingCount": 1,
      "landUseCode": "sample string 85",
      "recordType": "sample string 86",
      "occupancyPercent": 1.0,
      "prorationPercentage": 1.0,
      "interiorFinishPercent": 1.0,
      "rec1OutbuildingName": "sample string 87",
      "rec1OutbuildingArea": 1,
      "rec1OutbuildingYearBuilt": 1,
      "rec2OutbuildingName": "sample string 88",
      "rec2OutbuildingArea": 1,
      "rec2OutbuildingYearBuilt": 1,
      "rec3OutbuildingName": "sample string 89",
      "rec3OutbuildingArea": 1,
      "rec3OutbuildingYearBuilt": 1,
      "rec4OutbuildingName": "sample string 90",
      "rec4OutbuildingArea": 1,
      "rec4OutbuildingYearBuilt": 1,
      "lotSizeAcres": 1.0,
      "wallHeight": 1,
      "unitsCount": 1,
      "outbuildingTypes": "sample string 91",
      "neighborhoodDescription": "sample string 92",
      "neighborhoodId": 1,
      "externalWallId": 1,
      "externalWallRating": 1,
      "landMethod": "sample string 93",
      "landUseCodeId": 1,
      "salesPriceSqFt": 1.0,
      "propertyCardUrl": "sample string 94",
      "assessmentUrl": "sample string 95",
      "baseMarketValue1977": 1,
      "farmLandMarketValue": 1,
      "farmBuildingsMarketValue": 1,
      "farmTotalAssessment": 1,
      "preferentialAssessmentReason": "sample string 96",
      "partialAssessmentFlag": true,
      "physicalDepreciationPercent": 1.0,
      "landAssessmentAssessmentNotice": 1,
      "buildingAssessmentAssessmentNotice": 1,
      "totalAssessmentAssessmentNotice": 1,
      "buildingAssessmentResidential": 1,
      "buildingAssessmentCommercial": 1,
      "totalAssessmentEqualized": 1,
      "residentialLandMarketValue": 1,
      "buildingMarketValueResidential": 1,
      "totalResidentialMarketValue": 1,
      "commercialLandMarketValue": 1,
      "commercialBuildingMarketValue": 1,
      "totalMarketValueCommercial": 1,
      "condoOwnershipPercent": 1.0,
      "costsTaxAmount": 1.0,
      "omitRollbackTaxAmount": 1.0,
      "totalCurrentYearTaxAmount": 1.0,
      "taxBillTotalAssessmentEqualized": 1.0,
      "taxBillExemptionAssessedValue": 1,
      "taxBillStateAssessedPollutionControl": 1,
      "taxBillTaxableValuation": 1,
      "taxExemptLevel": 1,
      "taxBillForfeitedTax": 1,
      "taxBillFirstInstallmentPaymentAmount": 1,
      "taxBillSecondInstallmentPaymentAmount": 1,
      "taxBillFirstInstallmentDueDate": 1,
      "taxBillSecondInstallmentDueDate": 1,
      "treasurerCollectorCharges": 1,
      "taxBillRealEstateTaxAmount": 1,
      "taxBillStatementYear": 1,
      "taxBillYear": 1,
      "currentYearTaxDueAmount": 1,
      "taxBillTaxRate": 1,
      "totalDrainageTaxAmount": 1,
      "totalSpecialServicesTaxAmount": 1,
      "drainageDistrictProjectName": 1,
      "taxpayerCompanyName": "sample string 98",
      "documentNumber": "sample string 99",
      "qualifiedSaleFlag": "sample string 100",
      "legalDescription": "sample string 101"
    },
    "fairLandAssessment": 30.1,
    "actualTaxAmount": 31.0,
    "fairValueTaxAmount": 32.0,
    "exemptions": [
      {
        "id": 1,
        "name": "sample string 2",
        "taxYear": 3,
        "amount": 4.0,
        "formattedAmount": "sample string 5"
      },
      {
        "id": 1,
        "name": "sample string 2",
        "taxYear": 3,
        "amount": 4.0,
        "formattedAmount": "sample string 5"
      }
    ],
    "appealAgencyId": 33,
    "manualReviewRequired": true,
    "batchRecommendation": "sample string 35"
  },
  "pageContent": {
    "id": 1,
    "pageName": "sample string 2",
    "slug": "sample string 3",
    "title": "sample string 4",
    "content": "sample string 5",
    "lastModifiedDate": "sample string 6",
    "ptdContentPageTypeId": 7,
    "ptdContentPageType": {
      "id": 1,
      "type": "sample string 2",
      "description": "sample string 3"
    },
    "customContent": "sample string 8"
  }
}

text/html

Sample:
{"property":{"propertyAddressId":1,"pin":"sample string 2","formattedPin":"sample string 3","taxYear":4,"geoCenter":"sample string 5","addressLine1":"sample string 6","city":"sample string 7","state":"sample string 8","zipCode":"sample string 9","fullAddress":"sample string 10","countyName":"sample string 11","countyId":12,"townshipId":13,"townshipName":"sample string 14","taxCodeId":15,"taxCode":"sample string 16","neighborhood":17,"age":18,"description":"sample string 19","propertyClass":"sample string 20","propertyClassId":21,"residenceType":"sample string 22","residenceTypeId":1,"constructionType":"sample string 23","exteriorConstructionTypeRating":1,"buildingUse":"sample string 24","buildingUseId":1,"apartments":"sample string 25","fullBaths":26,"halfBaths":27,"basementType":"sample string 28","basementTypeRating":1,"atticType":"sample string 29","atticTypeRating":1,"centralAir":true,"fireplaceCount":31,"garageType":"sample string 32","garageTypeRating":1,"landAreaSqFt":33.1,"buildingAreaSqFt":34.1,"landAssessment":35.1,"buildingAssessment":36.1,"assessmentRatio":37.0,"totalAssessment":38.1,"landAssessmentLastYear":39.1,"buildingAssessmentLastYear":40.1,"assessmentRatioLastYear":41.0,"totalAssessmentLastYear":42.0,"assessmentLevel":43.0,"taxRate":44.0,"stateEqualizationFactor":45.0,"marketValue":46.1,"marketValueLastYear":47.1,"grossTaxAmount":48.0,"propertyImageUrl":"sample string 49","isSubject":true,"distance":51.0,"priorTaxYear":52,"lastYearGrossTaxAmount":53.0,"taxRateYear":54,"stateEqualizationFactorYear":55,"taxRateLastYear":56.0,"stateEqualizationFactorLastYear":57.0,"lastReassessmentYear":58,"nextReassessmentYear":59,"transactionAmount":1.0,"executedDate":"sample string 60","buyer":"sample string 61","seller":"sample string 62","deed":"sample string 63","isIncomeProperty":true,"multiParcelIds":[1,2],"multiParcelPins":["sample string 1","sample string 2"],"card":1,"cookCountyEquivalentClassId":1,"cookCountyEquivalentClass":"sample string 65","cookCountyEquivalentClassDescription":"sample string 66","storiesCount":"sample string 67","stories":"sample string 68","styleId":69,"style":"sample string 70","exteriorWallType":"sample string 71","roofCoverId":72,"roofCover":"sample string 73","roofCoverRating":74,"yearBuilt":75,"yearRemodeled":1,"effectiveYearBuilt":1,"physicalConditionId":1,"physicalCondition":"sample string 76","physicalConditionRating":1,"gradeId":1,"grade":"sample string 77","gradeRating":1,"cduStructureId":1,"cduStructure":"sample string 78","cduStructureRating":1,"bedroomCount":1,"bathsWith4FixCount":1,"bathsWith5FixCount":1,"totalFixturesCount":1,"totalLivingArea":1.1,"atticArea":1.1,"basementArea":79,"heatingType":"sample string 80","prefabFireplaceCount":1,"woodBurningFireplaceCount":1,"recRoomArea":1,"basementFinishedArea":1,"lowerLevelFinishedArea":1,"upperFloorArea":1,"secondFloorArea":1,"firstFloorArea":1,"lowerLevelArea":1,"livingArea":1,"grossFloorArea":1,"parkingCount":1,"garageCount":1,"garageArea":1,"garageCarsCount":1,"attachedGarageId":1,"attachedGarageType":"sample string 81","attachedGarageTypeRating":1,"attachedGarageCount":1,"attachedGarageArea":1,"attachedCarPortGarageId":1,"attachedCarPortGarageType":"sample string 82","attachedCarPortGarageTypeRating":1,"attachedCarPortCount":1,"attachedCarPortArea":1,"detachedGarageId":1,"detachedGarageType":"sample string 83","detachedGarageTypeRating":1,"detachedGarageCount":1,"detachedGarageArea":1,"basementGarageId":1,"basementGarageType":"sample string 84","basementGarageTypeRating":1,"basementGarageCarCount":1,"basementGarageArea":1,"shedsArea":1,"gazeboArea":1,"groundPoolArea":1,"deckCount":1,"deckArea":1,"concretePatioCount":1,"concretePatioArea":1,"enclosedPorchCount":1,"enclosedPorchArea":1,"openPorchCount":1,"openPorchArea":1,"outbuildingsCount":1,"singleParcelBuildingCount":1,"landUseCode":"sample string 85","recordType":"sample string 86","occupancyPercent":1.0,"prorationPercentage":1.0,"interiorFinishPercent":1.0,"rec1OutbuildingName":"sample string 87","rec1OutbuildingArea":1,"rec1OutbuildingYearBuilt":1,"rec2OutbuildingName":"sample string 88","rec2OutbuildingArea":1,"rec2OutbuildingYearBuilt":1,"rec3OutbuildingName":"sample string 89","rec3OutbuildingArea":1,"rec3OutbuildingYearBuilt":1,"rec4OutbuildingName":"sample string 90","rec4OutbuildingArea":1,"rec4OutbuildingYearBuilt":1,"lotSizeAcres":1.0,"wallHeight":1,"unitsCount":1,"outbuildingTypes":"sample string 91","neighborhoodDescription":"sample string 92","neighborhoodId":1,"externalWallId":1,"externalWallRating":1,"landMethod":"sample string 93","landUseCodeId":1,"salesPriceSqFt":1.0,"propertyCardUrl":"sample string 94","assessmentUrl":"sample string 95","baseMarketValue1977":1,"farmLandMarketValue":1,"farmBuildingsMarketValue":1,"farmTotalAssessment":1,"preferentialAssessmentReason":"sample string 96","partialAssessmentFlag":true,"physicalDepreciationPercent":1.0,"landAssessmentAssessmentNotice":1,"buildingAssessmentAssessmentNotice":1,"totalAssessmentAssessmentNotice":1,"buildingAssessmentResidential":1,"buildingAssessmentCommercial":1,"totalAssessmentEqualized":1,"residentialLandMarketValue":1,"buildingMarketValueResidential":1,"totalResidentialMarketValue":1,"commercialLandMarketValue":1,"commercialBuildingMarketValue":1,"totalMarketValueCommercial":1,"condoOwnershipPercent":1.0,"costsTaxAmount":1.0,"omitRollbackTaxAmount":1.0,"totalCurrentYearTaxAmount":1.0,"taxBillTotalAssessmentEqualized":1.0,"taxBillExemptionAssessedValue":1,"taxBillStateAssessedPollutionControl":1,"taxBillTaxableValuation":1,"taxExemptLevel":1,"taxBillForfeitedTax":1,"taxBillFirstInstallmentPaymentAmount":1,"taxBillSecondInstallmentPaymentAmount":1,"taxBillFirstInstallmentDueDate":1,"taxBillSecondInstallmentDueDate":1,"treasurerCollectorCharges":1,"taxBillRealEstateTaxAmount":1,"taxBillStatementYear":1,"taxBillYear":1,"currentYearTaxDueAmount":1,"taxBillTaxRate":1,"totalDrainageTaxAmount":1,"totalSpecialServicesTaxAmount":1,"drainageDistrictProjectName":1,"taxpayerCompanyName":"sample string 98","documentNumber":"sample string 99","qualifiedSaleFlag":"sample string 100","legalDescription":"sample string 101"},"analysisResults":{"performedTaxAnalysisTypeId":1,"appealYear":2,"taxYear":3,"actualGrossTaxAmount":4.0,"fairValueGrossTaxAmount":5.0,"calculatedOverpaymentAmount":6.0,"isAppealRecommended":true,"nextAppealDate":"sample string 8","appealAgency":"sample string 9","marketValue":10.1,"fairMarketValue":11.1,"minNumberOfComparablePropertiesRequiredForAppeal":12,"numberOfComparableProperiesFound":13,"asOfDate":"sample string 14","agencyUrl":"sample string 15","minAssessmentRatio":16.0,"fairBuildingAssessment":17.1,"fairTotalAssessment":18.1,"fairEquilizedAssessedValue":19.1,"appealReportTypeId":20,"equilizedAssessedValue":21.0,"showComparablePropertySearchButton":true,"isNextAppealDateEstimated":true,"recommendation":"sample string 24","nextAppealEndDate":"sample string 25","isAppealDateEstimated":true,"numOverpaymentYears":27,"maxOverpaymentAmount":28.0,"shortRecommendation":"sample string 29","subjectProperty":{"propertyAddressId":1,"pin":"sample string 2","formattedPin":"sample string 3","taxYear":4,"geoCenter":"sample string 5","addressLine1":"sample string 6","city":"sample string 7","state":"sample string 8","zipCode":"sample string 9","fullAddress":"sample string 10","countyName":"sample string 11","countyId":12,"townshipId":13,"townshipName":"sample string 14","taxCodeId":15,"taxCode":"sample string 16","neighborhood":17,"age":18,"description":"sample string 19","propertyClass":"sample string 20","propertyClassId":21,"residenceType":"sample string 22","residenceTypeId":1,"constructionType":"sample string 23","exteriorConstructionTypeRating":1,"buildingUse":"sample string 24","buildingUseId":1,"apartments":"sample string 25","fullBaths":26,"halfBaths":27,"basementType":"sample string 28","basementTypeRating":1,"atticType":"sample string 29","atticTypeRating":1,"centralAir":true,"fireplaceCount":31,"garageType":"sample string 32","garageTypeRating":1,"landAreaSqFt":33.1,"buildingAreaSqFt":34.1,"landAssessment":35.1,"buildingAssessment":36.1,"assessmentRatio":37.0,"totalAssessment":38.1,"landAssessmentLastYear":39.1,"buildingAssessmentLastYear":40.1,"assessmentRatioLastYear":41.0,"totalAssessmentLastYear":42.0,"assessmentLevel":43.0,"taxRate":44.0,"stateEqualizationFactor":45.0,"marketValue":46.1,"marketValueLastYear":47.1,"grossTaxAmount":48.0,"propertyImageUrl":"sample string 49","isSubject":true,"distance":51.0,"priorTaxYear":52,"lastYearGrossTaxAmount":53.0,"taxRateYear":54,"stateEqualizationFactorYear":55,"taxRateLastYear":56.0,"stateEqualizationFactorLastYear":57.0,"lastReassessmentYear":58,"nextReassessmentYear":59,"transactionAmount":1.0,"executedDate":"sample string 60","buyer":"sample string 61","seller":"sample string 62","deed":"sample string 63","isIncomeProperty":true,"multiParcelIds":[1,2],"multiParcelPins":["sample string 1","sample string 2"],"card":1,"cookCountyEquivalentClassId":1,"cookCountyEquivalentClass":"sample string 65","cookCountyEquivalentClassDescription":"sample string 66","storiesCount":"sample string 67","stories":"sample string 68","styleId":69,"style":"sample string 70","exteriorWallType":"sample string 71","roofCoverId":72,"roofCover":"sample string 73","roofCoverRating":74,"yearBuilt":75,"yearRemodeled":1,"effectiveYearBuilt":1,"physicalConditionId":1,"physicalCondition":"sample string 76","physicalConditionRating":1,"gradeId":1,"grade":"sample string 77","gradeRating":1,"cduStructureId":1,"cduStructure":"sample string 78","cduStructureRating":1,"bedroomCount":1,"bathsWith4FixCount":1,"bathsWith5FixCount":1,"totalFixturesCount":1,"totalLivingArea":1.1,"atticArea":1.1,"basementArea":79,"heatingType":"sample string 80","prefabFireplaceCount":1,"woodBurningFireplaceCount":1,"recRoomArea":1,"basementFinishedArea":1,"lowerLevelFinishedArea":1,"upperFloorArea":1,"secondFloorArea":1,"firstFloorArea":1,"lowerLevelArea":1,"livingArea":1,"grossFloorArea":1,"parkingCount":1,"garageCount":1,"garageArea":1,"garageCarsCount":1,"attachedGarageId":1,"attachedGarageType":"sample string 81","attachedGarageTypeRating":1,"attachedGarageCount":1,"attachedGarageArea":1,"attachedCarPortGarageId":1,"attachedCarPortGarageType":"sample string 82","attachedCarPortGarageTypeRating":1,"attachedCarPortCount":1,"attachedCarPortArea":1,"detachedGarageId":1,"detachedGarageType":"sample string 83","detachedGarageTypeRating":1,"detachedGarageCount":1,"detachedGarageArea":1,"basementGarageId":1,"basementGarageType":"sample string 84","basementGarageTypeRating":1,"basementGarageCarCount":1,"basementGarageArea":1,"shedsArea":1,"gazeboArea":1,"groundPoolArea":1,"deckCount":1,"deckArea":1,"concretePatioCount":1,"concretePatioArea":1,"enclosedPorchCount":1,"enclosedPorchArea":1,"openPorchCount":1,"openPorchArea":1,"outbuildingsCount":1,"singleParcelBuildingCount":1,"landUseCode":"sample string 85","recordType":"sample string 86","occupancyPercent":1.0,"prorationPercentage":1.0,"interiorFinishPercent":1.0,"rec1OutbuildingName":"sample string 87","rec1OutbuildingArea":1,"rec1OutbuildingYearBuilt":1,"rec2OutbuildingName":"sample string 88","rec2OutbuildingArea":1,"rec2OutbuildingYearBuilt":1,"rec3OutbuildingName":"sample string 89","rec3OutbuildingArea":1,"rec3OutbuildingYearBuilt":1,"rec4OutbuildingName":"sample string 90","rec4OutbuildingArea":1,"rec4OutbuildingYearBuilt":1,"lotSizeAcres":1.0,"wallHeight":1,"unitsCount":1,"outbuildingTypes":"sample string 91","neighborhoodDescription":"sample string 92","neighborhoodId":1,"externalWallId":1,"externalWallRating":1,"landMethod":"sample string 93","landUseCodeId":1,"salesPriceSqFt":1.0,"propertyCardUrl":"sample string 94","assessmentUrl":"sample string 95","baseMarketValue1977":1,"farmLandMarketValue":1,"farmBuildingsMarketValue":1,"farmTotalAssessment":1,"preferentialAssessmentReason":"sample string 96","partialAssessmentFlag":true,"physicalDepreciationPercent":1.0,"landAssessmentAssessmentNotice":1,"buildingAssessmentAssessmentNotice":1,"totalAssessmentAssessmentNotice":1,"buildingAssessmentResidential":1,"buildingAssessmentCommercial":1,"totalAssessmentEqualized":1,"residentialLandMarketValue":1,"buildingMarketValueResidential":1,"totalResidentialMarketValue":1,"commercialLandMarketValue":1,"commercialBuildingMarketValue":1,"totalMarketValueCommercial":1,"condoOwnershipPercent":1.0,"costsTaxAmount":1.0,"omitRollbackTaxAmount":1.0,"totalCurrentYearTaxAmount":1.0,"taxBillTotalAssessmentEqualized":1.0,"taxBillExemptionAssessedValue":1,"taxBillStateAssessedPollutionControl":1,"taxBillTaxableValuation":1,"taxExemptLevel":1,"taxBillForfeitedTax":1,"taxBillFirstInstallmentPaymentAmount":1,"taxBillSecondInstallmentPaymentAmount":1,"taxBillFirstInstallmentDueDate":1,"taxBillSecondInstallmentDueDate":1,"treasurerCollectorCharges":1,"taxBillRealEstateTaxAmount":1,"taxBillStatementYear":1,"taxBillYear":1,"currentYearTaxDueAmount":1,"taxBillTaxRate":1,"totalDrainageTaxAmount":1,"totalSpecialServicesTaxAmount":1,"drainageDistrictProjectName":1,"taxpayerCompanyName":"sample string 98","documentNumber":"sample string 99","qualifiedSaleFlag":"sample string 100","legalDescription":"sample string 101"},"fairLandAssessment":30.1,"actualTaxAmount":31.0,"fairValueTaxAmount":32.0,"exemptions":[{"id":1,"name":"sample string 2","taxYear":3,"amount":4.0,"formattedAmount":"sample string 5"},{"id":1,"name":"sample string 2","taxYear":3,"amount":4.0,"formattedAmount":"sample string 5"}],"appealAgencyId":33,"manualReviewRequired":true,"batchRecommendation":"sample string 35"},"pageContent":{"id":1,"pageName":"sample string 2","slug":"sample string 3","title":"sample string 4","content":"sample string 5","lastModifiedDate":"sample string 6","ptdContentPageTypeId":7,"ptdContentPageType":{"id":1,"type":"sample string 2","description":"sample string 3"},"customContent":"sample string 8"}}

application/xml, text/xml

Sample:
<MarketAnalysisReviewPageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.PageModels">
  <AnalysisResults xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.TaxAnalysis">
    <d2p1:ActualGrossTaxAmount>4</d2p1:ActualGrossTaxAmount>
    <d2p1:ActualTaxAmount>31</d2p1:ActualTaxAmount>
    <d2p1:AgencyUrl>sample string 15</d2p1:AgencyUrl>
    <d2p1:AppealAgency>sample string 9</d2p1:AppealAgency>
    <d2p1:AppealAgencyId>33</d2p1:AppealAgencyId>
    <d2p1:AppealReportTypeId>20</d2p1:AppealReportTypeId>
    <d2p1:AppealYear>2</d2p1:AppealYear>
    <d2p1:AsOfDate>sample string 14</d2p1:AsOfDate>
    <d2p1:BatchRecommendation>sample string 35</d2p1:BatchRecommendation>
    <d2p1:CalculatedOverpaymentAmount>6</d2p1:CalculatedOverpaymentAmount>
    <d2p1:EquilizedAssessedValue>21</d2p1:EquilizedAssessedValue>
    <d2p1:Exemptions xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.ReportModels">
      <d3p1:ExemptionReportModel>
        <d3p1:Amount>4</d3p1:Amount>
        <d3p1:FormattedAmount>sample string 5</d3p1:FormattedAmount>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:TaxYear>3</d3p1:TaxYear>
      </d3p1:ExemptionReportModel>
      <d3p1:ExemptionReportModel>
        <d3p1:Amount>4</d3p1:Amount>
        <d3p1:FormattedAmount>sample string 5</d3p1:FormattedAmount>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:TaxYear>3</d3p1:TaxYear>
      </d3p1:ExemptionReportModel>
    </d2p1:Exemptions>
    <d2p1:FairBuildingAssessment>17.1</d2p1:FairBuildingAssessment>
    <d2p1:FairEquilizedAssessedValue>19.1</d2p1:FairEquilizedAssessedValue>
    <d2p1:FairLandAssessment>30.1</d2p1:FairLandAssessment>
    <d2p1:FairMarketValue>11.1</d2p1:FairMarketValue>
    <d2p1:FairTotalAssessment>18.1</d2p1:FairTotalAssessment>
    <d2p1:FairValueGrossTaxAmount>5</d2p1:FairValueGrossTaxAmount>
    <d2p1:FairValueTaxAmount>32</d2p1:FairValueTaxAmount>
    <d2p1:IsAppealDateEstimated>true</d2p1:IsAppealDateEstimated>
    <d2p1:IsAppealRecommended>true</d2p1:IsAppealRecommended>
    <d2p1:IsNextAppealDateEstimated>true</d2p1:IsNextAppealDateEstimated>
    <d2p1:ManualReviewRequired>true</d2p1:ManualReviewRequired>
    <d2p1:MarketValue>10.1</d2p1:MarketValue>
    <d2p1:MaxOverpaymentAmount>28</d2p1:MaxOverpaymentAmount>
    <d2p1:MinAssessmentRatio>16</d2p1:MinAssessmentRatio>
    <d2p1:MinNumberOfComparablePropertiesRequiredForAppeal>12</d2p1:MinNumberOfComparablePropertiesRequiredForAppeal>
    <d2p1:NextAppealDate>sample string 8</d2p1:NextAppealDate>
    <d2p1:NextAppealEndDate>sample string 25</d2p1:NextAppealEndDate>
    <d2p1:NumOverpaymentYears>27</d2p1:NumOverpaymentYears>
    <d2p1:NumberOfComparableProperiesFound>13</d2p1:NumberOfComparableProperiesFound>
    <d2p1:PerformedTaxAnalysisTypeId>1</d2p1:PerformedTaxAnalysisTypeId>
    <d2p1:Recommendation>sample string 24</d2p1:Recommendation>
    <d2p1:ShortRecommendation>sample string 29</d2p1:ShortRecommendation>
    <d2p1:ShowComparablePropertySearchButton>true</d2p1:ShowComparablePropertySearchButton>
    <d2p1:SubjectProperty xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.ReportModels">
      <d3p1:AddressLine1>sample string 6</d3p1:AddressLine1>
      <d3p1:Age>18</d3p1:Age>
      <d3p1:Apartments>sample string 25</d3p1:Apartments>
      <d3p1:AssessmentLevel>43</d3p1:AssessmentLevel>
      <d3p1:AssessmentRatio>37</d3p1:AssessmentRatio>
      <d3p1:AssessmentRatioLastYear>41</d3p1:AssessmentRatioLastYear>
      <d3p1:AssessmentUrl>sample string 95</d3p1:AssessmentUrl>
      <d3p1:AttachedCarPortArea>1</d3p1:AttachedCarPortArea>
      <d3p1:AttachedCarPortCount>1</d3p1:AttachedCarPortCount>
      <d3p1:AttachedCarPortGarageId>1</d3p1:AttachedCarPortGarageId>
      <d3p1:AttachedCarPortGarageType>sample string 82</d3p1:AttachedCarPortGarageType>
      <d3p1:AttachedCarPortGarageTypeRating>1</d3p1:AttachedCarPortGarageTypeRating>
      <d3p1:AttachedGarageArea>1</d3p1:AttachedGarageArea>
      <d3p1:AttachedGarageCount>1</d3p1:AttachedGarageCount>
      <d3p1:AttachedGarageId>1</d3p1:AttachedGarageId>
      <d3p1:AttachedGarageType>sample string 81</d3p1:AttachedGarageType>
      <d3p1:AttachedGarageTypeRating>1</d3p1:AttachedGarageTypeRating>
      <d3p1:AtticArea>1.1</d3p1:AtticArea>
      <d3p1:AtticType>sample string 29</d3p1:AtticType>
      <d3p1:AtticTypeRating>1</d3p1:AtticTypeRating>
      <d3p1:BaseMarketValue1977>1</d3p1:BaseMarketValue1977>
      <d3p1:BasementArea>79</d3p1:BasementArea>
      <d3p1:BasementFinishedArea>1</d3p1:BasementFinishedArea>
      <d3p1:BasementGarageArea>1</d3p1:BasementGarageArea>
      <d3p1:BasementGarageCarCount>1</d3p1:BasementGarageCarCount>
      <d3p1:BasementGarageId>1</d3p1:BasementGarageId>
      <d3p1:BasementGarageType>sample string 84</d3p1:BasementGarageType>
      <d3p1:BasementGarageTypeRating>1</d3p1:BasementGarageTypeRating>
      <d3p1:BasementType>sample string 28</d3p1:BasementType>
      <d3p1:BasementTypeRating>1</d3p1:BasementTypeRating>
      <d3p1:BathsWith4FixCount>1</d3p1:BathsWith4FixCount>
      <d3p1:BathsWith5FixCount>1</d3p1:BathsWith5FixCount>
      <d3p1:BedroomCount>1</d3p1:BedroomCount>
      <d3p1:BuildingAreaSqFt>34.1</d3p1:BuildingAreaSqFt>
      <d3p1:BuildingAssessment>36.1</d3p1:BuildingAssessment>
      <d3p1:BuildingAssessmentAssessmentNotice>1</d3p1:BuildingAssessmentAssessmentNotice>
      <d3p1:BuildingAssessmentCommercial>1</d3p1:BuildingAssessmentCommercial>
      <d3p1:BuildingAssessmentLastYear>40.1</d3p1:BuildingAssessmentLastYear>
      <d3p1:BuildingAssessmentResidential>1</d3p1:BuildingAssessmentResidential>
      <d3p1:BuildingMarketValueResidential>1</d3p1:BuildingMarketValueResidential>
      <d3p1:BuildingUse>sample string 24</d3p1:BuildingUse>
      <d3p1:BuildingUseId>1</d3p1:BuildingUseId>
      <d3p1:Buyer>sample string 61</d3p1:Buyer>
      <d3p1:Card>1</d3p1:Card>
      <d3p1:CduStructure>sample string 78</d3p1:CduStructure>
      <d3p1:CduStructureId>1</d3p1:CduStructureId>
      <d3p1:CduStructureRating>1</d3p1:CduStructureRating>
      <d3p1:CentralAir>true</d3p1:CentralAir>
      <d3p1:City>sample string 7</d3p1:City>
      <d3p1:CommercialBuildingMarketValue>1</d3p1:CommercialBuildingMarketValue>
      <d3p1:CommercialLandMarketValue>1</d3p1:CommercialLandMarketValue>
      <d3p1:ConcretePatioArea>1</d3p1:ConcretePatioArea>
      <d3p1:ConcretePatioCount>1</d3p1:ConcretePatioCount>
      <d3p1:CondoOwnershipPercent>1</d3p1:CondoOwnershipPercent>
      <d3p1:ConstructionType>sample string 23</d3p1:ConstructionType>
      <d3p1:CookCountyEquivalentClass>sample string 65</d3p1:CookCountyEquivalentClass>
      <d3p1:CookCountyEquivalentClassDescription>sample string 66</d3p1:CookCountyEquivalentClassDescription>
      <d3p1:CookCountyEquivalentClassId>1</d3p1:CookCountyEquivalentClassId>
      <d3p1:CostsTaxAmount>1</d3p1:CostsTaxAmount>
      <d3p1:CountyId>12</d3p1:CountyId>
      <d3p1:CountyName>sample string 11</d3p1:CountyName>
      <d3p1:CurrentYearTaxDueAmount>1</d3p1:CurrentYearTaxDueAmount>
      <d3p1:DeckArea>1</d3p1:DeckArea>
      <d3p1:DeckCount>1</d3p1:DeckCount>
      <d3p1:Deed>sample string 63</d3p1:Deed>
      <d3p1:Description>sample string 19</d3p1:Description>
      <d3p1:DetachedGarageArea>1</d3p1:DetachedGarageArea>
      <d3p1:DetachedGarageCount>1</d3p1:DetachedGarageCount>
      <d3p1:DetachedGarageId>1</d3p1:DetachedGarageId>
      <d3p1:DetachedGarageType>sample string 83</d3p1:DetachedGarageType>
      <d3p1:DetachedGarageTypeRating>1</d3p1:DetachedGarageTypeRating>
      <d3p1:Distance>51</d3p1:Distance>
      <d3p1:DocumentNumber>sample string 99</d3p1:DocumentNumber>
      <d3p1:DrainageDistrictProjectName>1</d3p1:DrainageDistrictProjectName>
      <d3p1:EffectiveYearBuilt>1</d3p1:EffectiveYearBuilt>
      <d3p1:EnclosedPorchArea>1</d3p1:EnclosedPorchArea>
      <d3p1:EnclosedPorchCount>1</d3p1:EnclosedPorchCount>
      <d3p1:ExecutedDate>sample string 60</d3p1:ExecutedDate>
      <d3p1:ExteriorConstructionTypeRating>1</d3p1:ExteriorConstructionTypeRating>
      <d3p1:ExteriorWallType>sample string 71</d3p1:ExteriorWallType>
      <d3p1:ExternalWallId>1</d3p1:ExternalWallId>
      <d3p1:ExternalWallRating>1</d3p1:ExternalWallRating>
      <d3p1:FarmBuildingsMarketValue>1</d3p1:FarmBuildingsMarketValue>
      <d3p1:FarmLandMarketValue>1</d3p1:FarmLandMarketValue>
      <d3p1:FarmTotalAssessment>1</d3p1:FarmTotalAssessment>
      <d3p1:FireplaceCount>31</d3p1:FireplaceCount>
      <d3p1:FirstFloorArea>1</d3p1:FirstFloorArea>
      <d3p1:FormattedPin>sample string 3</d3p1:FormattedPin>
      <d3p1:FullAddress>sample string 10</d3p1:FullAddress>
      <d3p1:FullBaths>26</d3p1:FullBaths>
      <d3p1:GarageArea>1</d3p1:GarageArea>
      <d3p1:GarageCarsCount>1</d3p1:GarageCarsCount>
      <d3p1:GarageCount>1</d3p1:GarageCount>
      <d3p1:GarageType>sample string 32</d3p1:GarageType>
      <d3p1:GarageTypeRating>1</d3p1:GarageTypeRating>
      <d3p1:GazeboArea>1</d3p1:GazeboArea>
      <d3p1:GeoCenter>sample string 5</d3p1:GeoCenter>
      <d3p1:Grade>sample string 77</d3p1:Grade>
      <d3p1:GradeId>1</d3p1:GradeId>
      <d3p1:GradeRating>1</d3p1:GradeRating>
      <d3p1:GrossFloorArea>1</d3p1:GrossFloorArea>
      <d3p1:GrossTaxAmount>48</d3p1:GrossTaxAmount>
      <d3p1:GroundPoolArea>1</d3p1:GroundPoolArea>
      <d3p1:HalfBaths>27</d3p1:HalfBaths>
      <d3p1:HeatingType>sample string 80</d3p1:HeatingType>
      <d3p1:InteriorFinishPercent>1</d3p1:InteriorFinishPercent>
      <d3p1:IsIncomeProperty>true</d3p1:IsIncomeProperty>
      <d3p1:IsSubject>true</d3p1:IsSubject>
      <d3p1:LandAreaSqFt>33.1</d3p1:LandAreaSqFt>
      <d3p1:LandAssessment>35.1</d3p1:LandAssessment>
      <d3p1:LandAssessmentAssessmentNotice>1</d3p1:LandAssessmentAssessmentNotice>
      <d3p1:LandAssessmentLastYear>39.1</d3p1:LandAssessmentLastYear>
      <d3p1:LandMethod>sample string 93</d3p1:LandMethod>
      <d3p1:LandUseCode>sample string 85</d3p1:LandUseCode>
      <d3p1:LandUseCodeId>1</d3p1:LandUseCodeId>
      <d3p1:LastReassessmentYear>58</d3p1:LastReassessmentYear>
      <d3p1:LastYearGrossTaxAmount>53</d3p1:LastYearGrossTaxAmount>
      <d3p1:LegalDescription>sample string 101</d3p1:LegalDescription>
      <d3p1:LivingArea>1</d3p1:LivingArea>
      <d3p1:LotSizeAcres>1</d3p1:LotSizeAcres>
      <d3p1:LowerLevelArea>1</d3p1:LowerLevelArea>
      <d3p1:LowerLevelFinishedArea>1</d3p1:LowerLevelFinishedArea>
      <d3p1:MarketValue>46.1</d3p1:MarketValue>
      <d3p1:MarketValueLastYear>47.1</d3p1:MarketValueLastYear>
      <d3p1:MultiParcelIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d3p1:MultiParcelIds>
      <d3p1:MultiParcelPins xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d3p1:MultiParcelPins>
      <d3p1:Neighborhood>17</d3p1:Neighborhood>
      <d3p1:NeighborhoodDescription>sample string 92</d3p1:NeighborhoodDescription>
      <d3p1:NeighborhoodId>1</d3p1:NeighborhoodId>
      <d3p1:NextReassessmentYear>59</d3p1:NextReassessmentYear>
      <d3p1:OccupancyPercent>1</d3p1:OccupancyPercent>
      <d3p1:OmitRollbackTaxAmount>1</d3p1:OmitRollbackTaxAmount>
      <d3p1:OpenPorchArea>1</d3p1:OpenPorchArea>
      <d3p1:OpenPorchCount>1</d3p1:OpenPorchCount>
      <d3p1:OutbuildingTypes>sample string 91</d3p1:OutbuildingTypes>
      <d3p1:OutbuildingsCount>1</d3p1:OutbuildingsCount>
      <d3p1:ParkingCount>1</d3p1:ParkingCount>
      <d3p1:PartialAssessmentFlag>true</d3p1:PartialAssessmentFlag>
      <d3p1:PhysicalCondition>sample string 76</d3p1:PhysicalCondition>
      <d3p1:PhysicalConditionId>1</d3p1:PhysicalConditionId>
      <d3p1:PhysicalConditionRating>1</d3p1:PhysicalConditionRating>
      <d3p1:PhysicalDepreciationPercent>1</d3p1:PhysicalDepreciationPercent>
      <d3p1:Pin>sample string 2</d3p1:Pin>
      <d3p1:PrefabFireplaceCount>1</d3p1:PrefabFireplaceCount>
      <d3p1:PreferentialAssessmentReason>sample string 96</d3p1:PreferentialAssessmentReason>
      <d3p1:PriorTaxYear>52</d3p1:PriorTaxYear>
      <d3p1:PropertyAddressId>1</d3p1:PropertyAddressId>
      <d3p1:PropertyCardUrl>sample string 94</d3p1:PropertyCardUrl>
      <d3p1:PropertyClass>sample string 20</d3p1:PropertyClass>
      <d3p1:PropertyClassId>21</d3p1:PropertyClassId>
      <d3p1:PropertyImageUrl>sample string 49</d3p1:PropertyImageUrl>
      <d3p1:ProrationPercentage>1</d3p1:ProrationPercentage>
      <d3p1:QualifiedSaleFlag>sample string 100</d3p1:QualifiedSaleFlag>
      <d3p1:Rec1OutbuildingArea>1</d3p1:Rec1OutbuildingArea>
      <d3p1:Rec1OutbuildingName>sample string 87</d3p1:Rec1OutbuildingName>
      <d3p1:Rec1OutbuildingYearBuilt>1</d3p1:Rec1OutbuildingYearBuilt>
      <d3p1:Rec2OutbuildingArea>1</d3p1:Rec2OutbuildingArea>
      <d3p1:Rec2OutbuildingName>sample string 88</d3p1:Rec2OutbuildingName>
      <d3p1:Rec2OutbuildingYearBuilt>1</d3p1:Rec2OutbuildingYearBuilt>
      <d3p1:Rec3OutbuildingArea>1</d3p1:Rec3OutbuildingArea>
      <d3p1:Rec3OutbuildingName>sample string 89</d3p1:Rec3OutbuildingName>
      <d3p1:Rec3OutbuildingYearBuilt>1</d3p1:Rec3OutbuildingYearBuilt>
      <d3p1:Rec4OutbuildingArea>1</d3p1:Rec4OutbuildingArea>
      <d3p1:Rec4OutbuildingName>sample string 90</d3p1:Rec4OutbuildingName>
      <d3p1:Rec4OutbuildingYearBuilt>1</d3p1:Rec4OutbuildingYearBuilt>
      <d3p1:RecRoomArea>1</d3p1:RecRoomArea>
      <d3p1:RecordType>sample string 86</d3p1:RecordType>
      <d3p1:ResidenceType>sample string 22</d3p1:ResidenceType>
      <d3p1:ResidenceTypeId>1</d3p1:ResidenceTypeId>
      <d3p1:ResidentialLandMarketValue>1</d3p1:ResidentialLandMarketValue>
      <d3p1:RoofCover>sample string 73</d3p1:RoofCover>
      <d3p1:RoofCoverId>72</d3p1:RoofCoverId>
      <d3p1:RoofCoverRating>74</d3p1:RoofCoverRating>
      <d3p1:SalesPriceSqFt>1</d3p1:SalesPriceSqFt>
      <d3p1:SecondFloorArea>1</d3p1:SecondFloorArea>
      <d3p1:Seller>sample string 62</d3p1:Seller>
      <d3p1:ShedsArea>1</d3p1:ShedsArea>
      <d3p1:SingleParcelBuildingCount>1</d3p1:SingleParcelBuildingCount>
      <d3p1:State>sample string 8</d3p1:State>
      <d3p1:StateEqualizationFactor>45</d3p1:StateEqualizationFactor>
      <d3p1:StateEqualizationFactorLastYear>57</d3p1:StateEqualizationFactorLastYear>
      <d3p1:StateEqualizationFactorYear>55</d3p1:StateEqualizationFactorYear>
      <d3p1:Stories>sample string 68</d3p1:Stories>
      <d3p1:StoriesCount>sample string 67</d3p1:StoriesCount>
      <d3p1:Style>sample string 70</d3p1:Style>
      <d3p1:StyleId>69</d3p1:StyleId>
      <d3p1:TaxBillExemptionAssessedValue>1</d3p1:TaxBillExemptionAssessedValue>
      <d3p1:TaxBillFirstInstallmentDueDate>1</d3p1:TaxBillFirstInstallmentDueDate>
      <d3p1:TaxBillFirstInstallmentPaymentAmount>1</d3p1:TaxBillFirstInstallmentPaymentAmount>
      <d3p1:TaxBillForfeitedTax>1</d3p1:TaxBillForfeitedTax>
      <d3p1:TaxBillRealEstateTaxAmount>1</d3p1:TaxBillRealEstateTaxAmount>
      <d3p1:TaxBillSecondInstallmentDueDate>1</d3p1:TaxBillSecondInstallmentDueDate>
      <d3p1:TaxBillSecondInstallmentPaymentAmount>1</d3p1:TaxBillSecondInstallmentPaymentAmount>
      <d3p1:TaxBillStateAssessedPollutionControl>1</d3p1:TaxBillStateAssessedPollutionControl>
      <d3p1:TaxBillStatementYear>1</d3p1:TaxBillStatementYear>
      <d3p1:TaxBillTaxRate>1</d3p1:TaxBillTaxRate>
      <d3p1:TaxBillTaxableValuation>1</d3p1:TaxBillTaxableValuation>
      <d3p1:TaxBillTotalAssessmentEqualized>1</d3p1:TaxBillTotalAssessmentEqualized>
      <d3p1:TaxBillYear>1</d3p1:TaxBillYear>
      <d3p1:TaxCode>sample string 16</d3p1:TaxCode>
      <d3p1:TaxCodeId>15</d3p1:TaxCodeId>
      <d3p1:TaxExemptLevel>1</d3p1:TaxExemptLevel>
      <d3p1:TaxRate>44</d3p1:TaxRate>
      <d3p1:TaxRateLastYear>56</d3p1:TaxRateLastYear>
      <d3p1:TaxRateYear>54</d3p1:TaxRateYear>
      <d3p1:TaxYear>4</d3p1:TaxYear>
      <d3p1:TaxpayerCompanyName>sample string 98</d3p1:TaxpayerCompanyName>
      <d3p1:TotalAssessment>38.1</d3p1:TotalAssessment>
      <d3p1:TotalAssessmentAssessmentNotice>1</d3p1:TotalAssessmentAssessmentNotice>
      <d3p1:TotalAssessmentEqualized>1</d3p1:TotalAssessmentEqualized>
      <d3p1:TotalAssessmentLastYear>42</d3p1:TotalAssessmentLastYear>
      <d3p1:TotalCurrentYearTaxAmount>1</d3p1:TotalCurrentYearTaxAmount>
      <d3p1:TotalDrainageTaxAmount>1</d3p1:TotalDrainageTaxAmount>
      <d3p1:TotalFixturesCount>1</d3p1:TotalFixturesCount>
      <d3p1:TotalLivingArea>1.1</d3p1:TotalLivingArea>
      <d3p1:TotalMarketValueCommercial>1</d3p1:TotalMarketValueCommercial>
      <d3p1:TotalResidentialMarketValue>1</d3p1:TotalResidentialMarketValue>
      <d3p1:TotalSpecialServicesTaxAmount>1</d3p1:TotalSpecialServicesTaxAmount>
      <d3p1:TownshipId>13</d3p1:TownshipId>
      <d3p1:TownshipName>sample string 14</d3p1:TownshipName>
      <d3p1:TransactionAmount>1</d3p1:TransactionAmount>
      <d3p1:TreasurerCollectorCharges>1</d3p1:TreasurerCollectorCharges>
      <d3p1:UnitsCount>1</d3p1:UnitsCount>
      <d3p1:UpperFloorArea>1</d3p1:UpperFloorArea>
      <d3p1:WallHeight>1</d3p1:WallHeight>
      <d3p1:WoodBurningFireplaceCount>1</d3p1:WoodBurningFireplaceCount>
      <d3p1:YearBuilt>75</d3p1:YearBuilt>
      <d3p1:YearRemodeled>1</d3p1:YearRemodeled>
      <d3p1:ZipCode>sample string 9</d3p1:ZipCode>
    </d2p1:SubjectProperty>
    <d2p1:TaxYear>3</d2p1:TaxYear>
  </AnalysisResults>
  <PageContent xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
    <d2p1:Content>sample string 5</d2p1:Content>
    <d2p1:CustomContent>sample string 8</d2p1:CustomContent>
    <d2p1:LastModifiedDate>sample string 6</d2p1:LastModifiedDate>
    <d2p1:PageName>sample string 2</d2p1:PageName>
    <d2p1:PtdContentPageType xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d3p1:Description>sample string 3</d3p1:Description>
      <d3p1:Type>sample string 2</d3p1:Type>
    </d2p1:PtdContentPageType>
    <d2p1:PtdContentPageTypeId>7</d2p1:PtdContentPageTypeId>
    <d2p1:Slug>sample string 3</d2p1:Slug>
    <d2p1:Title>sample string 4</d2p1:Title>
  </PageContent>
  <Property xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.ReportModels">
    <d2p1:AddressLine1>sample string 6</d2p1:AddressLine1>
    <d2p1:Age>18</d2p1:Age>
    <d2p1:Apartments>sample string 25</d2p1:Apartments>
    <d2p1:AssessmentLevel>43</d2p1:AssessmentLevel>
    <d2p1:AssessmentRatio>37</d2p1:AssessmentRatio>
    <d2p1:AssessmentRatioLastYear>41</d2p1:AssessmentRatioLastYear>
    <d2p1:AssessmentUrl>sample string 95</d2p1:AssessmentUrl>
    <d2p1:AttachedCarPortArea>1</d2p1:AttachedCarPortArea>
    <d2p1:AttachedCarPortCount>1</d2p1:AttachedCarPortCount>
    <d2p1:AttachedCarPortGarageId>1</d2p1:AttachedCarPortGarageId>
    <d2p1:AttachedCarPortGarageType>sample string 82</d2p1:AttachedCarPortGarageType>
    <d2p1:AttachedCarPortGarageTypeRating>1</d2p1:AttachedCarPortGarageTypeRating>
    <d2p1:AttachedGarageArea>1</d2p1:AttachedGarageArea>
    <d2p1:AttachedGarageCount>1</d2p1:AttachedGarageCount>
    <d2p1:AttachedGarageId>1</d2p1:AttachedGarageId>
    <d2p1:AttachedGarageType>sample string 81</d2p1:AttachedGarageType>
    <d2p1:AttachedGarageTypeRating>1</d2p1:AttachedGarageTypeRating>
    <d2p1:AtticArea>1.1</d2p1:AtticArea>
    <d2p1:AtticType>sample string 29</d2p1:AtticType>
    <d2p1:AtticTypeRating>1</d2p1:AtticTypeRating>
    <d2p1:BaseMarketValue1977>1</d2p1:BaseMarketValue1977>
    <d2p1:BasementArea>79</d2p1:BasementArea>
    <d2p1:BasementFinishedArea>1</d2p1:BasementFinishedArea>
    <d2p1:BasementGarageArea>1</d2p1:BasementGarageArea>
    <d2p1:BasementGarageCarCount>1</d2p1:BasementGarageCarCount>
    <d2p1:BasementGarageId>1</d2p1:BasementGarageId>
    <d2p1:BasementGarageType>sample string 84</d2p1:BasementGarageType>
    <d2p1:BasementGarageTypeRating>1</d2p1:BasementGarageTypeRating>
    <d2p1:BasementType>sample string 28</d2p1:BasementType>
    <d2p1:BasementTypeRating>1</d2p1:BasementTypeRating>
    <d2p1:BathsWith4FixCount>1</d2p1:BathsWith4FixCount>
    <d2p1:BathsWith5FixCount>1</d2p1:BathsWith5FixCount>
    <d2p1:BedroomCount>1</d2p1:BedroomCount>
    <d2p1:BuildingAreaSqFt>34.1</d2p1:BuildingAreaSqFt>
    <d2p1:BuildingAssessment>36.1</d2p1:BuildingAssessment>
    <d2p1:BuildingAssessmentAssessmentNotice>1</d2p1:BuildingAssessmentAssessmentNotice>
    <d2p1:BuildingAssessmentCommercial>1</d2p1:BuildingAssessmentCommercial>
    <d2p1:BuildingAssessmentLastYear>40.1</d2p1:BuildingAssessmentLastYear>
    <d2p1:BuildingAssessmentResidential>1</d2p1:BuildingAssessmentResidential>
    <d2p1:BuildingMarketValueResidential>1</d2p1:BuildingMarketValueResidential>
    <d2p1:BuildingUse>sample string 24</d2p1:BuildingUse>
    <d2p1:BuildingUseId>1</d2p1:BuildingUseId>
    <d2p1:Buyer>sample string 61</d2p1:Buyer>
    <d2p1:Card>1</d2p1:Card>
    <d2p1:CduStructure>sample string 78</d2p1:CduStructure>
    <d2p1:CduStructureId>1</d2p1:CduStructureId>
    <d2p1:CduStructureRating>1</d2p1:CduStructureRating>
    <d2p1:CentralAir>true</d2p1:CentralAir>
    <d2p1:City>sample string 7</d2p1:City>
    <d2p1:CommercialBuildingMarketValue>1</d2p1:CommercialBuildingMarketValue>
    <d2p1:CommercialLandMarketValue>1</d2p1:CommercialLandMarketValue>
    <d2p1:ConcretePatioArea>1</d2p1:ConcretePatioArea>
    <d2p1:ConcretePatioCount>1</d2p1:ConcretePatioCount>
    <d2p1:CondoOwnershipPercent>1</d2p1:CondoOwnershipPercent>
    <d2p1:ConstructionType>sample string 23</d2p1:ConstructionType>
    <d2p1:CookCountyEquivalentClass>sample string 65</d2p1:CookCountyEquivalentClass>
    <d2p1:CookCountyEquivalentClassDescription>sample string 66</d2p1:CookCountyEquivalentClassDescription>
    <d2p1:CookCountyEquivalentClassId>1</d2p1:CookCountyEquivalentClassId>
    <d2p1:CostsTaxAmount>1</d2p1:CostsTaxAmount>
    <d2p1:CountyId>12</d2p1:CountyId>
    <d2p1:CountyName>sample string 11</d2p1:CountyName>
    <d2p1:CurrentYearTaxDueAmount>1</d2p1:CurrentYearTaxDueAmount>
    <d2p1:DeckArea>1</d2p1:DeckArea>
    <d2p1:DeckCount>1</d2p1:DeckCount>
    <d2p1:Deed>sample string 63</d2p1:Deed>
    <d2p1:Description>sample string 19</d2p1:Description>
    <d2p1:DetachedGarageArea>1</d2p1:DetachedGarageArea>
    <d2p1:DetachedGarageCount>1</d2p1:DetachedGarageCount>
    <d2p1:DetachedGarageId>1</d2p1:DetachedGarageId>
    <d2p1:DetachedGarageType>sample string 83</d2p1:DetachedGarageType>
    <d2p1:DetachedGarageTypeRating>1</d2p1:DetachedGarageTypeRating>
    <d2p1:Distance>51</d2p1:Distance>
    <d2p1:DocumentNumber>sample string 99</d2p1:DocumentNumber>
    <d2p1:DrainageDistrictProjectName>1</d2p1:DrainageDistrictProjectName>
    <d2p1:EffectiveYearBuilt>1</d2p1:EffectiveYearBuilt>
    <d2p1:EnclosedPorchArea>1</d2p1:EnclosedPorchArea>
    <d2p1:EnclosedPorchCount>1</d2p1:EnclosedPorchCount>
    <d2p1:ExecutedDate>sample string 60</d2p1:ExecutedDate>
    <d2p1:ExteriorConstructionTypeRating>1</d2p1:ExteriorConstructionTypeRating>
    <d2p1:ExteriorWallType>sample string 71</d2p1:ExteriorWallType>
    <d2p1:ExternalWallId>1</d2p1:ExternalWallId>
    <d2p1:ExternalWallRating>1</d2p1:ExternalWallRating>
    <d2p1:FarmBuildingsMarketValue>1</d2p1:FarmBuildingsMarketValue>
    <d2p1:FarmLandMarketValue>1</d2p1:FarmLandMarketValue>
    <d2p1:FarmTotalAssessment>1</d2p1:FarmTotalAssessment>
    <d2p1:FireplaceCount>31</d2p1:FireplaceCount>
    <d2p1:FirstFloorArea>1</d2p1:FirstFloorArea>
    <d2p1:FormattedPin>sample string 3</d2p1:FormattedPin>
    <d2p1:FullAddress>sample string 10</d2p1:FullAddress>
    <d2p1:FullBaths>26</d2p1:FullBaths>
    <d2p1:GarageArea>1</d2p1:GarageArea>
    <d2p1:GarageCarsCount>1</d2p1:GarageCarsCount>
    <d2p1:GarageCount>1</d2p1:GarageCount>
    <d2p1:GarageType>sample string 32</d2p1:GarageType>
    <d2p1:GarageTypeRating>1</d2p1:GarageTypeRating>
    <d2p1:GazeboArea>1</d2p1:GazeboArea>
    <d2p1:GeoCenter>sample string 5</d2p1:GeoCenter>
    <d2p1:Grade>sample string 77</d2p1:Grade>
    <d2p1:GradeId>1</d2p1:GradeId>
    <d2p1:GradeRating>1</d2p1:GradeRating>
    <d2p1:GrossFloorArea>1</d2p1:GrossFloorArea>
    <d2p1:GrossTaxAmount>48</d2p1:GrossTaxAmount>
    <d2p1:GroundPoolArea>1</d2p1:GroundPoolArea>
    <d2p1:HalfBaths>27</d2p1:HalfBaths>
    <d2p1:HeatingType>sample string 80</d2p1:HeatingType>
    <d2p1:InteriorFinishPercent>1</d2p1:InteriorFinishPercent>
    <d2p1:IsIncomeProperty>true</d2p1:IsIncomeProperty>
    <d2p1:IsSubject>true</d2p1:IsSubject>
    <d2p1:LandAreaSqFt>33.1</d2p1:LandAreaSqFt>
    <d2p1:LandAssessment>35.1</d2p1:LandAssessment>
    <d2p1:LandAssessmentAssessmentNotice>1</d2p1:LandAssessmentAssessmentNotice>
    <d2p1:LandAssessmentLastYear>39.1</d2p1:LandAssessmentLastYear>
    <d2p1:LandMethod>sample string 93</d2p1:LandMethod>
    <d2p1:LandUseCode>sample string 85</d2p1:LandUseCode>
    <d2p1:LandUseCodeId>1</d2p1:LandUseCodeId>
    <d2p1:LastReassessmentYear>58</d2p1:LastReassessmentYear>
    <d2p1:LastYearGrossTaxAmount>53</d2p1:LastYearGrossTaxAmount>
    <d2p1:LegalDescription>sample string 101</d2p1:LegalDescription>
    <d2p1:LivingArea>1</d2p1:LivingArea>
    <d2p1:LotSizeAcres>1</d2p1:LotSizeAcres>
    <d2p1:LowerLevelArea>1</d2p1:LowerLevelArea>
    <d2p1:LowerLevelFinishedArea>1</d2p1:LowerLevelFinishedArea>
    <d2p1:MarketValue>46.1</d2p1:MarketValue>
    <d2p1:MarketValueLastYear>47.1</d2p1:MarketValueLastYear>
    <d2p1:MultiParcelIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:MultiParcelIds>
    <d2p1:MultiParcelPins xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </d2p1:MultiParcelPins>
    <d2p1:Neighborhood>17</d2p1:Neighborhood>
    <d2p1:NeighborhoodDescription>sample string 92</d2p1:NeighborhoodDescription>
    <d2p1:NeighborhoodId>1</d2p1:NeighborhoodId>
    <d2p1:NextReassessmentYear>59</d2p1:NextReassessmentYear>
    <d2p1:OccupancyPercent>1</d2p1:OccupancyPercent>
    <d2p1:OmitRollbackTaxAmount>1</d2p1:OmitRollbackTaxAmount>
    <d2p1:OpenPorchArea>1</d2p1:OpenPorchArea>
    <d2p1:OpenPorchCount>1</d2p1:OpenPorchCount>
    <d2p1:OutbuildingTypes>sample string 91</d2p1:OutbuildingTypes>
    <d2p1:OutbuildingsCount>1</d2p1:OutbuildingsCount>
    <d2p1:ParkingCount>1</d2p1:ParkingCount>
    <d2p1:PartialAssessmentFlag>true</d2p1:PartialAssessmentFlag>
    <d2p1:PhysicalCondition>sample string 76</d2p1:PhysicalCondition>
    <d2p1:PhysicalConditionId>1</d2p1:PhysicalConditionId>
    <d2p1:PhysicalConditionRating>1</d2p1:PhysicalConditionRating>
    <d2p1:PhysicalDepreciationPercent>1</d2p1:PhysicalDepreciationPercent>
    <d2p1:Pin>sample string 2</d2p1:Pin>
    <d2p1:PrefabFireplaceCount>1</d2p1:PrefabFireplaceCount>
    <d2p1:PreferentialAssessmentReason>sample string 96</d2p1:PreferentialAssessmentReason>
    <d2p1:PriorTaxYear>52</d2p1:PriorTaxYear>
    <d2p1:PropertyAddressId>1</d2p1:PropertyAddressId>
    <d2p1:PropertyCardUrl>sample string 94</d2p1:PropertyCardUrl>
    <d2p1:PropertyClass>sample string 20</d2p1:PropertyClass>
    <d2p1:PropertyClassId>21</d2p1:PropertyClassId>
    <d2p1:PropertyImageUrl>sample string 49</d2p1:PropertyImageUrl>
    <d2p1:ProrationPercentage>1</d2p1:ProrationPercentage>
    <d2p1:QualifiedSaleFlag>sample string 100</d2p1:QualifiedSaleFlag>
    <d2p1:Rec1OutbuildingArea>1</d2p1:Rec1OutbuildingArea>
    <d2p1:Rec1OutbuildingName>sample string 87</d2p1:Rec1OutbuildingName>
    <d2p1:Rec1OutbuildingYearBuilt>1</d2p1:Rec1OutbuildingYearBuilt>
    <d2p1:Rec2OutbuildingArea>1</d2p1:Rec2OutbuildingArea>
    <d2p1:Rec2OutbuildingName>sample string 88</d2p1:Rec2OutbuildingName>
    <d2p1:Rec2OutbuildingYearBuilt>1</d2p1:Rec2OutbuildingYearBuilt>
    <d2p1:Rec3OutbuildingArea>1</d2p1:Rec3OutbuildingArea>
    <d2p1:Rec3OutbuildingName>sample string 89</d2p1:Rec3OutbuildingName>
    <d2p1:Rec3OutbuildingYearBuilt>1</d2p1:Rec3OutbuildingYearBuilt>
    <d2p1:Rec4OutbuildingArea>1</d2p1:Rec4OutbuildingArea>
    <d2p1:Rec4OutbuildingName>sample string 90</d2p1:Rec4OutbuildingName>
    <d2p1:Rec4OutbuildingYearBuilt>1</d2p1:Rec4OutbuildingYearBuilt>
    <d2p1:RecRoomArea>1</d2p1:RecRoomArea>
    <d2p1:RecordType>sample string 86</d2p1:RecordType>
    <d2p1:ResidenceType>sample string 22</d2p1:ResidenceType>
    <d2p1:ResidenceTypeId>1</d2p1:ResidenceTypeId>
    <d2p1:ResidentialLandMarketValue>1</d2p1:ResidentialLandMarketValue>
    <d2p1:RoofCover>sample string 73</d2p1:RoofCover>
    <d2p1:RoofCoverId>72</d2p1:RoofCoverId>
    <d2p1:RoofCoverRating>74</d2p1:RoofCoverRating>
    <d2p1:SalesPriceSqFt>1</d2p1:SalesPriceSqFt>
    <d2p1:SecondFloorArea>1</d2p1:SecondFloorArea>
    <d2p1:Seller>sample string 62</d2p1:Seller>
    <d2p1:ShedsArea>1</d2p1:ShedsArea>
    <d2p1:SingleParcelBuildingCount>1</d2p1:SingleParcelBuildingCount>
    <d2p1:State>sample string 8</d2p1:State>
    <d2p1:StateEqualizationFactor>45</d2p1:StateEqualizationFactor>
    <d2p1:StateEqualizationFactorLastYear>57</d2p1:StateEqualizationFactorLastYear>
    <d2p1:StateEqualizationFactorYear>55</d2p1:StateEqualizationFactorYear>
    <d2p1:Stories>sample string 68</d2p1:Stories>
    <d2p1:StoriesCount>sample string 67</d2p1:StoriesCount>
    <d2p1:Style>sample string 70</d2p1:Style>
    <d2p1:StyleId>69</d2p1:StyleId>
    <d2p1:TaxBillExemptionAssessedValue>1</d2p1:TaxBillExemptionAssessedValue>
    <d2p1:TaxBillFirstInstallmentDueDate>1</d2p1:TaxBillFirstInstallmentDueDate>
    <d2p1:TaxBillFirstInstallmentPaymentAmount>1</d2p1:TaxBillFirstInstallmentPaymentAmount>
    <d2p1:TaxBillForfeitedTax>1</d2p1:TaxBillForfeitedTax>
    <d2p1:TaxBillRealEstateTaxAmount>1</d2p1:TaxBillRealEstateTaxAmount>
    <d2p1:TaxBillSecondInstallmentDueDate>1</d2p1:TaxBillSecondInstallmentDueDate>
    <d2p1:TaxBillSecondInstallmentPaymentAmount>1</d2p1:TaxBillSecondInstallmentPaymentAmount>
    <d2p1:TaxBillStateAssessedPollutionControl>1</d2p1:TaxBillStateAssessedPollutionControl>
    <d2p1:TaxBillStatementYear>1</d2p1:TaxBillStatementYear>
    <d2p1:TaxBillTaxRate>1</d2p1:TaxBillTaxRate>
    <d2p1:TaxBillTaxableValuation>1</d2p1:TaxBillTaxableValuation>
    <d2p1:TaxBillTotalAssessmentEqualized>1</d2p1:TaxBillTotalAssessmentEqualized>
    <d2p1:TaxBillYear>1</d2p1:TaxBillYear>
    <d2p1:TaxCode>sample string 16</d2p1:TaxCode>
    <d2p1:TaxCodeId>15</d2p1:TaxCodeId>
    <d2p1:TaxExemptLevel>1</d2p1:TaxExemptLevel>
    <d2p1:TaxRate>44</d2p1:TaxRate>
    <d2p1:TaxRateLastYear>56</d2p1:TaxRateLastYear>
    <d2p1:TaxRateYear>54</d2p1:TaxRateYear>
    <d2p1:TaxYear>4</d2p1:TaxYear>
    <d2p1:TaxpayerCompanyName>sample string 98</d2p1:TaxpayerCompanyName>
    <d2p1:TotalAssessment>38.1</d2p1:TotalAssessment>
    <d2p1:TotalAssessmentAssessmentNotice>1</d2p1:TotalAssessmentAssessmentNotice>
    <d2p1:TotalAssessmentEqualized>1</d2p1:TotalAssessmentEqualized>
    <d2p1:TotalAssessmentLastYear>42</d2p1:TotalAssessmentLastYear>
    <d2p1:TotalCurrentYearTaxAmount>1</d2p1:TotalCurrentYearTaxAmount>
    <d2p1:TotalDrainageTaxAmount>1</d2p1:TotalDrainageTaxAmount>
    <d2p1:TotalFixturesCount>1</d2p1:TotalFixturesCount>
    <d2p1:TotalLivingArea>1.1</d2p1:TotalLivingArea>
    <d2p1:TotalMarketValueCommercial>1</d2p1:TotalMarketValueCommercial>
    <d2p1:TotalResidentialMarketValue>1</d2p1:TotalResidentialMarketValue>
    <d2p1:TotalSpecialServicesTaxAmount>1</d2p1:TotalSpecialServicesTaxAmount>
    <d2p1:TownshipId>13</d2p1:TownshipId>
    <d2p1:TownshipName>sample string 14</d2p1:TownshipName>
    <d2p1:TransactionAmount>1</d2p1:TransactionAmount>
    <d2p1:TreasurerCollectorCharges>1</d2p1:TreasurerCollectorCharges>
    <d2p1:UnitsCount>1</d2p1:UnitsCount>
    <d2p1:UpperFloorArea>1</d2p1:UpperFloorArea>
    <d2p1:WallHeight>1</d2p1:WallHeight>
    <d2p1:WoodBurningFireplaceCount>1</d2p1:WoodBurningFireplaceCount>
    <d2p1:YearBuilt>75</d2p1:YearBuilt>
    <d2p1:YearRemodeled>1</d2p1:YearRemodeled>
    <d2p1:ZipCode>sample string 9</d2p1:ZipCode>
  </Property>
</MarketAnalysisReviewPageModel>