Skip to content

Instantly share code, notes, and snippets.

@danadaldos
Created June 10, 2020 14:20
Show Gist options
  • Save danadaldos/ee04a8c85b182f167154e8ad4ab7d557 to your computer and use it in GitHub Desktop.
Save danadaldos/ee04a8c85b182f167154e8ad4ab7d557 to your computer and use it in GitHub Desktop.
<FeeServiceResponse xmlns="urn:atc-feequote" quoteType="A" verbosityLevel="3">
<Status>0</Status>
<FeeTotal>2458.00</FeeTotal>
<TotalSalesTax>
<Rate>6.000000</Rate>
<Amount>2300.000000</Amount>
</TotalSalesTax>
<FeeDetails>
<FeeDetail>
<FeeId>335619</FeeId>
<FeeName>State Tax</FeeName>
<FeeType>Sales</FeeType>
<FeeTaxRate>6.00000</FeeTaxRate>
<Amount>2280.00</Amount>
<SourceType>State</SourceType>
<FormulaMerged>(0.06 * ((40000.00 + 0.0 + 0.0 + 0.0 + 0.0 + 0.0 - 0 - 0.0 - 0 - 2000))) - 0</FormulaMerged>
<FormulaTextual>(0.06 * ((Base Price + Doc Fees + Dealer Service Fee + Additions + Delivery Fees + Theft Protection - Dealer Rebate - Discounts - Manufacturer Rebate - Trade In Amount))) - Taxes Paid to Another State</FormulaTextual>
<FormulaFields>Base Price|Doc Fees|Dealer Service Fee|Additions|Delivery Fees|Theft Protection|Dealer Rebate|Discounts|Manufacturer Rebate|Trade In Amount|Taxes Paid to Another State</FormulaFields>
<InformationOnly>0</InformationOnly>
</FeeDetail>
<FeeDetail>
<FeeId>343340</FeeId>
<FeeName>Title Fee</FeeName>
<FeeType>Registration</FeeType>
<FeeTaxRate>0.00000</FeeTaxRate>
<Amount>14.00</Amount>
<SourceType>State</SourceType>
<FormulaMerged>14</FormulaMerged>
<FormulaTextual>14</FormulaTextual>
<InformationOnly>0</InformationOnly>
</FeeDetail>
<FeeDetail>
<FeeId>352650</FeeId>
<FeeName>Alternative Fuel Fee</FeeName>
<FeeType>Registration</FeeType>
<FeeTaxRate>0.00000</FeeTaxRate>
<Amount>75.00</Amount>
<SourceType>State</SourceType>
<FormulaMerged>75.000</FormulaMerged>
<FormulaTextual>75.000</FormulaTextual>
<InformationOnly>0</InformationOnly>
</FeeDetail>
<FeeDetail>
<FeeId>333564</FeeId>
<FeeName>Registration Fee</FeeName>
<FeeType>Registration</FeeType>
<FeeTaxRate>0.00000</FeeTaxRate>
<Amount>69.00</Amount>
<SourceType>State</SourceType>
<FormulaMerged>69</FormulaMerged>
<FormulaTextual>69</FormulaTextual>
<InformationOnly>0</InformationOnly>
</FeeDetail>
</FeeDetails>
<Penalties>
<Penalty>
<PenaltyId>334056</PenaltyId>
<Amount>20.00</Amount>
<SourceType>State</SourceType>
<FormulaMerged>20</FormulaMerged>
<FormulaTextual>20</FormulaTextual>
<InformationOnly>0</InformationOnly>
</Penalty>
</Penalties>
</FeeServiceResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment