AssignGeoTAXInfoPlusIPD - Spectrum_OnDemand - Latest

Spectrum OnDemand Web Services (SOAP)

Product type
Software
Portfolio
Verify
Product family
Product
Spectrum OnDemand
Version
Latest
Language
English
Product name
Spectrum OnDemand
Title
Spectrum OnDemand Web Services (SOAP)
First publish date
2006

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

https://OnDemandServer/soap/AssignGeoTAXInfoPlusIPD

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

Example

The following shows a SOAP request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ass="http://www.pb.com/spectrum/services/AssignGeoTAXInfoPlusIPD">
   <soapenv:Header/>
   <soapenv:Body>
      <ass:AssignGeoTAXInfoPlusIPDRequest>
         <ass:Input>
            <ass:Row>
               <ass:AddressLine1>5801 S Ellis Ave</ass:AddressLine1>
               <ass:City>Chicago</ass:City>
               <ass:StateProvince>IL</ass:StateProvince>
            </ass:Row>
         </ass:Input>
      </ass:AssignGeoTAXInfoPlusIPDRequest>
   </soapenv:Body>
</soapenv:Envelope>

This would be the response.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns3:AssignGeoTAXInfoPlusIPDResponse xmlns:ns2="http://spectrum.pb.com/" xmlns:ns3="http://www.pb.com/spectrum/services/AssignGeoTAXInfoPlusIPD">
         <ns3:Output>
            <ns3:Row>
               <ns3:AddressLine1>5801 S Ellis Ave</ns3:AddressLine1>
               <ns3:AddressLine2/>
               <ns3:Census.MatchCode>S</ns3:Census.MatchCode>
               <ns3:Census.MatchLevel>Street</ns3:Census.MatchLevel>
               <ns3:City>Chicago</ns3:City>
               <ns3:Confidence>100.0</ns3:Confidence>
               <ns3:Country>United States Of America</ns3:Country>
               <ns3:CountryLevel>A</ns3:CountryLevel>
               <ns3:County.Code>031</ns3:County.Code>
               <ns3:County.Name>Cook</ns3:County.Name>
               <ns3:GNISCode>000428803</ns3:GNISCode>
               <ns3:IPD1.BoundaryBuffer.BufferRelation></ns3:IPD1.BoundaryBuffer.BufferRelation>
               <ns3:IPD1.BoundaryBuffer.DistanceToBorder>0</ns3:IPD1.BoundaryBuffer.DistanceToBorder>
               <ns3:IPD1.CasualtyFlag></ns3:IPD1.CasualtyFlag>
               <ns3:IPD1.CasualtyRate/>
               <ns3:IPD1.DistrictID>4060</ns3:IPD1.DistrictID>
               <ns3:IPD1.DistrictName>Chicago, C.</ns3:IPD1.DistrictName>
               <ns3:IPD1.DistrictType>FIRE</ns3:IPD1.DistrictType>
               <ns3:IPD1.EffectiveDate>010108</ns3:IPD1.EffectiveDate>
               <ns3:IPD1.ExpirationDate>123199</ns3:IPD1.ExpirationDate>
               <ns3:IPD1.FireFlag>P</ns3:IPD1.FireFlag>
               <ns3:IPD1.FireRate>.02</ns3:IPD1.FireRate>
               <ns3:IPD1.HealthFlag></ns3:IPD1.HealthFlag>
               <ns3:IPD1.HealthRate/>
               <ns3:IPD1.LifeFlag></ns3:IPD1.LifeFlag>
               <ns3:IPD1.LifeRate/>
               <ns3:IPD1.MarineFlag></ns3:IPD1.MarineFlag>
               <ns3:IPD1.MarineRate/>
               <ns3:IPD1.MinimumFlag></ns3:IPD1.MinimumFlag>
               <ns3:IPD1.MinimumRate/>
               <ns3:IPD1.Notes/>
               <ns3:IPD1.OtherFlag></ns3:IPD1.OtherFlag>
               <ns3:IPD1.OtherRate/>
               <ns3:IPD1.UpdateDate>042015</ns3:IPD1.UpdateDate>
               <ns3:IPD1.VehicleFlag></ns3:IPD1.VehicleFlag>
               <ns3:IPD1.VehicleRate/>
               <ns3:IPD1.VersionDate>011900</ns3:IPD1.VersionDate>
               <ns3:MatchScore>0</ns3:MatchScore>
               <ns3:NumberIPDsFound>01</ns3:NumberIPDsFound>
               <ns3:Place.ClassCode>C5</ns3:Place.ClassCode>
               <ns3:Place.Code>14000</ns3:Place.Code>
               <ns3:Place.IncorporatedFlag>Inc</ns3:Place.IncorporatedFlag>
               <ns3:Place.LastAnnexedDate>06/2010</ns3:Place.LastAnnexedDate>
               <ns3:Place.LastUpdatedDate>05/2015</ns3:Place.LastUpdatedDate>
               <ns3:Place.LastVerifiedDate>09/2012</ns3:Place.LastVerifiedDate>
               <ns3:Place.Name>Chicago</ns3:Place.Name>
               <ns3:PostalCode>606375418</ns3:PostalCode>
               <ns3:PostalCode.AddOn>5418</ns3:PostalCode.AddOn>
               <ns3:PostalCode.Base>60637</ns3:PostalCode.Base>
               <ns3:ProcessedBy>GTX</ns3:ProcessedBy>
               <ns3:RecordType>HighRise</ns3:RecordType>
               <ns3:RecordType.Default>Y</ns3:RecordType.Default>
               <ns3:State.Abbreviation>IL</ns3:State.Abbreviation>
               <ns3:StateCode>17</ns3:StateCode>
               <ns3:StateProvince>IL</ns3:StateProvince>
               <ns3:ValidateAddress.Confidence>87</ns3:ValidateAddress.Confidence>
               <ns3:ValidateAddress.ProcessedBy>USA</ns3:ValidateAddress.ProcessedBy>
               <ns3:user_fields/>
            </ns3:Row>
         </ns3:Output>
      </ns3:AssignGeoTAXInfoPlusIPDResponse>
   </soap:Body>
</soap:Envelope>