Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save danadaldos/1d1299645838ff8f53f0e6ff955201d7 to your computer and use it in GitHub Desktop.
Save danadaldos/1d1299645838ff8f53f0e6ff955201d7 to your computer and use it in GitHub Desktop.
<FeeServiceResponse xmlns="urn:atc-feequote" quoteType="A" verbosityLevel="3">
<Status>0</Status>
<Notes>
<Note>
<NoteText>Excise Tax must be paid to DC. DC is not reciprocal with any state.</NoteText>
<SourceType>State</SourceType>
<DisplayForATC>0</DisplayForATC>
</Note>
<Note>
<NoteText>Vehicles that get 41 or more MPG, including Honda Insight, Honda Civic Hybrid and Toyota Prius Hybrid qualify for tax exempt status based on fuel efficiency.</NoteText>
<SourceType>State</SourceType>
<DisplayForATC>0</DisplayForATC>
</Note>
<Note>
<NoteText>Excise Tax is based on Fair Market Value. Please use online link to find Fair Market Value: https://public.dmv.washingtondc.gov/BusinessPages/VR/ExciseTax/VehicleSearch.aspx If Fair Market Value is not available online, excise tax is
calculated off BASE PRICE x tax rate. Tax rate is based on vehicle weight. THE DISPLAYED AMOUNT BELOW IS THE BASE PRICE CALCULATION
</NoteText>
<SourceType>State</SourceType>
<DisplayForATC>0</DisplayForATC>
</Note>
</Notes>
<FeeTotal>2568.00</FeeTotal>
<TotalSalesTax>
<Rate>6.000000</Rate>
<Amount>2400.000000</Amount>
</TotalSalesTax>
<FeeDetails>
<FeeDetail>
<FeeId>328299</FeeId>
<FeeName>District Sales Tax</FeeName>
<FeeType>Sales</FeeType>
<FeeTaxRate>6.00000</FeeTaxRate>
<Amount>2400.00</Amount>
<SourceType>State</SourceType>
<FormulaMerged>0.06 * 40000</FormulaMerged>
<FormulaTextual>(0.06[Vehicle Weight(2000) RANGE 0|3499]) * Base Price</FormulaTextual>
<FormulaFields>Base Price</FormulaFields>
<InformationOnly>0</InformationOnly>
</FeeDetail>
<FeeDetail>
<FeeId>328422</FeeId>
<FeeName>Registration Fee</FeeName>
<FeeType>Registration</FeeType>
<FeeTaxRate>0.00000</FeeTaxRate>
<Amount>72.00</Amount>
<SourceType>State</SourceType>
<FormulaMerged>72</FormulaMerged>
<FormulaTextual>(72[Vehicle Weight(2000) RANGE 0|3499])</FormulaTextual>
<InformationOnly>0</InformationOnly>
</FeeDetail>
<FeeDetail>
<FeeId>317685</FeeId>
<FeeName>VIN Inspection Fee</FeeName>
<FeeType>Registration</FeeType>
<FeeTaxRate>0.00000</FeeTaxRate>
<Amount>35.00</Amount>
<SourceType>State</SourceType>
<FormulaMerged>35</FormulaMerged>
<FormulaTextual>35</FormulaTextual>
<InformationOnly>0</InformationOnly>
</FeeDetail>
<FeeDetail>
<FeeId>321093</FeeId>
<FeeName>DC Parking Permit</FeeName>
<FeeType>Registration</FeeType>
<FeeTaxRate>0.00000</FeeTaxRate>
<Amount>35.00</Amount>
<SourceType>State</SourceType>
<FormulaMerged>35</FormulaMerged>
<FormulaTextual>35</FormulaTextual>
<InformationOnly>0</InformationOnly>
</FeeDetail>
<FeeDetail>
<FeeId>321837</FeeId>
<FeeName>Title Fee</FeeName>
<FeeType>Registration</FeeType>
<FeeTaxRate>0.00000</FeeTaxRate>
<Amount>26.00</Amount>
<SourceType>State</SourceType>
<FormulaMerged>26</FormulaMerged>
<FormulaTextual>26</FormulaTextual>
<InformationOnly>0</InformationOnly>
</FeeDetail>
</FeeDetails>
</FeeServiceResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment