AssignGeoTAXInfoPlusIPD

AssignGeoTAXInfoPlusIPD identifies the Insurance Premium Districts (IPDs) that apply to a given address. An IPD is an area designated for the collection of taxes imposed on insurance policy premiums, based on the policy holder's address. Insurance premium districts are created by state governments.

AssignGeoTAXINfoPlusIPD also returns these information about an address:

  • Latitude/longitude coordinates
  • FIPS state codes and county codes
  • County names
  • MCD/CCD codes and names
  • CBSA/CSA codes and names
  • Place codes and names
  • Incorporated or unincorporated status codes
  • Cross-reference tax keys
  • Result indicators
  • Optionally, the relationship of an address to user-defined polygons

Resource URL

JSON endpoint:

https://OnDemandServer/rest/AssignGeoTAXInfoPlusIPD/results.json

XML endpoint:

https://OnDemandServer/rest/AssignGeoTAXInfoPlusIPD/results.xml

For a list of Spectrum OnDemand servers, see Connecting to Spectrum OnDemand Servers.

Example with JSON Response

The following example requests a JSON response:
https://spectrum.precisely.com/rest/AssignGeoTAXInfoPlusIPD/results.json?Data.AddressLine1=1185 Glensboro Rd&Data.City=Lawrenceburg&Data.StateProvince=KY
The JSON returned by this request would be:
{
  "Output" : [ {
    "AddressLine1" : "1185 Glensboro Rd",
    "AddressLine2" : "",
    "Census.MatchCode" : "S",
    "Census.MatchLevel" : "Street",
    "City" : "Lawrenceburg",
    "Confidence" : "100.0",
    "Country" : "United States Of America",
    "CountryLevel" : "A",
    "County.Code" : "005",
    "County.Name" : "Anderson",
    "GNISCode" : "002404895",
    "IPD1.BoundaryBuffer.BufferRelation" : "P",
    "IPD1.BoundaryBuffer.DistanceToBorder" : "17273",
    "IPD1.CasualtyFlag" : "P",
    "IPD1.CasualtyRate" : ".0400",
    "IPD1.DistrictID" : "0852",
    "IPD1.DistrictName" : "Anderson County",
    "IPD1.DistrictType" : "COUNTY",
    "IPD1.EffectiveDate" : "010108",
    "IPD1.ExpirationDate" : "123199",
    "IPD1.FireFlag" : "P",
    "IPD1.FireRate" : ".0400",
    "IPD1.HealthFlag" : "P",
    "IPD1.HealthRate" : ".0400",
    "IPD1.LifeFlag" : "P",
    "IPD1.LifeRate" : ".0400",
    "IPD1.MarineFlag" : "P",
    "IPD1.MarineRate" : ".0400",
    "IPD1.MinimumFlag" : "F",
    "IPD1.MinimumRate" : "0",
    "IPD1.Notes" : "B",
    "IPD1.OtherFlag" : "P",
    "IPD1.OtherRate" : ".0400",
    "IPD1.UpdateDate" : "122023",
    "IPD1.VehicleFlag" : "P",
    "IPD1.VehicleRate" : ".0400",
    "IPD1.VersionDate" : "011900",
    "IPD2.BoundaryBuffer.BufferRelation" : "P",
    "IPD2.BoundaryBuffer.DistanceToBorder" : "1487",
    "IPD2.CasualtyFlag" : "P",
    "IPD2.CasualtyRate" : ".0800",
    "IPD2.DistrictID" : "0075",
    "IPD2.DistrictName" : "Lawrenceburg",
    "IPD2.DistrictType" : "MUNI",
    "IPD2.EffectiveDate" : "010108",
    "IPD2.ExpirationDate" : "123199",
    "IPD2.FireFlag" : "P",
    "IPD2.FireRate" : ".0800",
    "IPD2.HealthFlag" : "P",
    "IPD2.HealthRate" : ".0800",
    "IPD2.LifeFlag" : "P",
    "IPD2.LifeRate" : ".0800",
    "IPD2.MarineFlag" : "P",
    "IPD2.MarineRate" : ".0800",
    "IPD2.MinimumFlag" : "F",
    "IPD2.MinimumRate" : "0",
    "IPD2.Notes" : "B",
    "IPD2.OtherFlag" : "P",
    "IPD2.OtherRate" : ".0800",
    "IPD2.UpdateDate" : "062023",
    "IPD2.VehicleFlag" : "P",
    "IPD2.VehicleRate" : ".0800",
    "IPD2.VersionDate" : "011900",
    "MatchScore" : "0",
    "NumberIPDsFound" : "02",
    "Place.ClassCode" : "C1",
    "Place.Code" : "44146",
    "Place.IncorporatedFlag" : "Inc",
    "Place.LastAnnexedDate" : "04/2023",
    "Place.LastUpdatedDate" : "08/2024",
    "Place.LastVerifiedDate" : "07/2024",
    "Place.Name" : "Lawrenceburg",
    "PostalCode" : "403429088",
    "PostalCode.AddOn" : "9088",
    "PostalCode.Base" : "40342",
    "ProcessedBy" : "GTX",
    "RecordType" : "HighRise",
    "RecordType.Default" : "Y",
    "State.Abbreviation" : "KY",
    "StateCode" : "21",
    "StateProvince" : "KY",
    "ValidateAddress.Confidence" : "87",
    "ValidateAddress.ProcessedBy" : "USA",
    "AddressMatch.MatchCode" : "S000",
    "AddressMatch.LocationCode" : "AS0",
    "user_fields" : [ ]
  } ]
}

Example with XML Response

The following example requests an XML response:
https://spectrum.precisely.com/rest/AssignGeoTAXInfoPlusIPD/results.xml?Data.AddressLine1=1185 Glensboro Rd&Data.City=Lawrenceburg&Data.StateProvince=KY
The XML returned by this request would be:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xml.AssignGeoTAXInfoPlusIPDResponse xmlns="http://www.pb.com/spectrum/services/AssignGeoTAXInfoPlusIPD">
	<Output>
		<Row>
			<AddressLine1>1185 Glensboro Rd</AddressLine1>
			<AddressLine2/>
			<Census.MatchCode>S</Census.MatchCode>
			<Census.MatchLevel>Street</Census.MatchLevel>
			<City>Lawrenceburg</City>
			<Confidence>100.0</Confidence>
			<Country>United States Of America</Country>
			<CountryLevel>A</CountryLevel>
			<County.Code>005</County.Code>
			<County.Name>Anderson</County.Name>
			<GNISCode>002404895</GNISCode>
			<IPD1.BoundaryBuffer.BufferRelation>P</IPD1.BoundaryBuffer.BufferRelation>
			<IPD1.BoundaryBuffer.DistanceToBorder>17273</IPD1.BoundaryBuffer.DistanceToBorder>
			<IPD1.CasualtyFlag>P</IPD1.CasualtyFlag>
			<IPD1.CasualtyRate>.0400</IPD1.CasualtyRate>
			<IPD1.DistrictID>0852</IPD1.DistrictID>
			<IPD1.DistrictName>Anderson County</IPD1.DistrictName>
			<IPD1.DistrictType>COUNTY</IPD1.DistrictType>
			<IPD1.EffectiveDate>010108</IPD1.EffectiveDate>
			<IPD1.ExpirationDate>123199</IPD1.ExpirationDate>
			<IPD1.FireFlag>P</IPD1.FireFlag>
			<IPD1.FireRate>.0400</IPD1.FireRate>
			<IPD1.HealthFlag>P</IPD1.HealthFlag>
			<IPD1.HealthRate>.0400</IPD1.HealthRate>
			<IPD1.LifeFlag>P</IPD1.LifeFlag>
			<IPD1.LifeRate>.0400</IPD1.LifeRate>
			<IPD1.MarineFlag>P</IPD1.MarineFlag>
			<IPD1.MarineRate>.0400</IPD1.MarineRate>
			<IPD1.MinimumFlag>F</IPD1.MinimumFlag>
			<IPD1.MinimumRate>0</IPD1.MinimumRate>
			<IPD1.Notes>B</IPD1.Notes>
			<IPD1.OtherFlag>P</IPD1.OtherFlag>
			<IPD1.OtherRate>.0400</IPD1.OtherRate>
			<IPD1.UpdateDate>122023</IPD1.UpdateDate>
			<IPD1.VehicleFlag>P</IPD1.VehicleFlag>
			<IPD1.VehicleRate>.0400</IPD1.VehicleRate>
			<IPD1.VersionDate>011900</IPD1.VersionDate>
			<IPD2.BoundaryBuffer.BufferRelation>P</IPD2.BoundaryBuffer.BufferRelation>
			<IPD2.BoundaryBuffer.DistanceToBorder>1487</IPD2.BoundaryBuffer.DistanceToBorder>
			<IPD2.CasualtyFlag>P</IPD2.CasualtyFlag>
			<IPD2.CasualtyRate>.0800</IPD2.CasualtyRate>
			<IPD2.DistrictID>0075</IPD2.DistrictID>
			<IPD2.DistrictName>Lawrenceburg</IPD2.DistrictName>
			<IPD2.DistrictType>MUNI</IPD2.DistrictType>
			<IPD2.EffectiveDate>010108</IPD2.EffectiveDate>
			<IPD2.ExpirationDate>123199</IPD2.ExpirationDate>
			<IPD2.FireFlag>P</IPD2.FireFlag>
			<IPD2.FireRate>.0800</IPD2.FireRate>
			<IPD2.HealthFlag>P</IPD2.HealthFlag>
			<IPD2.HealthRate>.0800</IPD2.HealthRate>
			<IPD2.LifeFlag>P</IPD2.LifeFlag>
			<IPD2.LifeRate>.0800</IPD2.LifeRate>
			<IPD2.MarineFlag>P</IPD2.MarineFlag>
			<IPD2.MarineRate>.0800</IPD2.MarineRate>
			<IPD2.MinimumFlag>F</IPD2.MinimumFlag>
			<IPD2.MinimumRate>0</IPD2.MinimumRate>
			<IPD2.Notes>B</IPD2.Notes>
			<IPD2.OtherFlag>P</IPD2.OtherFlag>
			<IPD2.OtherRate>.0800</IPD2.OtherRate>
			<IPD2.UpdateDate>062023</IPD2.UpdateDate>
			<IPD2.VehicleFlag>P</IPD2.VehicleFlag>
			<IPD2.VehicleRate>.0800</IPD2.VehicleRate>
			<IPD2.VersionDate>011900</IPD2.VersionDate>
			<MatchScore>0</MatchScore>
			<NumberIPDsFound>02</NumberIPDsFound>
			<Place.ClassCode>C1</Place.ClassCode>
			<Place.Code>44146</Place.Code>
			<Place.IncorporatedFlag>Inc</Place.IncorporatedFlag>
			<Place.LastAnnexedDate>04/2023</Place.LastAnnexedDate>
			<Place.LastUpdatedDate>08/2024</Place.LastUpdatedDate>
			<Place.LastVerifiedDate>07/2024</Place.LastVerifiedDate>
			<Place.Name>Lawrenceburg</Place.Name>
			<PostalCode>403429088</PostalCode>
			<PostalCode.AddOn>9088</PostalCode.AddOn>
			<PostalCode.Base>40342</PostalCode.Base>
			<ProcessedBy>GTX</ProcessedBy>
			<RecordType>HighRise</RecordType>
			<RecordType.Default>Y</RecordType.Default>
			<State.Abbreviation>KY</State.Abbreviation>
			<StateCode>21</StateCode>
			<StateProvince>KY</StateProvince>
			<ValidateAddress.Confidence>87</ValidateAddress.Confidence>
			<ValidateAddress.ProcessedBy>USA</ValidateAddress.ProcessedBy>
			<AddressMatch.MatchCode>S000</AddressMatch.MatchCode>
			<AddressMatch.LocationCode>AS0</AddressMatch.LocationCode>
			<user_fields/>
		</Row>
	</Output>
</xml.AssignGeoTAXInfoPlusIPDResponse>