-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1a_Georgia_DMV.txt
183 lines (132 loc) · 11.6 KB
/
1a_Georgia_DMV.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
## Georgia centralized office
## Vehicles Valued by the Georgia Department of Revenue using NADA
In the state of Georgia, vehicles are valued for excise and use tax purposes based on the fair market value of the vehicle.
The fair market value is determined by the Georgia Department of Revenue using the National Automobile Dealers Association (NADA) Official Used Car Guide or other recognized pricing guides.
The fair market value is the amount that the vehicle would sell for on the open market between a willing buyer and seller, both knowledgeable about the vehicle and under no pressure to buy or sell.
It is important to note that the fair market value may be different from the purchase price or the value listed on the vehicle's title.
- Additional GPT queries
cd c:\Projects\PyMacros; dir
code TurboGPT.py
py -m pip install pyperclip
py TurboGPT.py
- Get to headline to insert on --NADA_State_Marketing_List.xlsx
- Which department at the Georgia Department of Revenue uses NADA to provide fair market value of vehicles for excise and use tax purposes
-- Set headline string based on GPT responses and run Python to insert headline
cd c:\Projects\PyMacros; dir
$headline = "The Motor Vehicle Division of the Georgia Department of Revenue uses NADA (National Automobile Dealers Association) to provide fair market value of vehicles for excise and use tax purposes.";
py NADA_State_insert.py $headline
code NADA_State_insert.py
- Additional queries yielded director name and likely other officers
--Run python script to insert Georgia state sheet so can start filling in officer details
cd c:\projects\PyMacros; dir
$state = 'Georgia'
py insert_state_sheet.py $state
code insert_state_sheet.py
- Can you search that official website to find colleagues, officers and directors that report to Robert Worley and their contact information?
- Email Address:--
--Run python script that inserts officer details in the newly created state sheet
cd c:\projects\PyMacros; dir
py insert_officer_details.py args.txt
code insert_officer_details.py args.txt
code args.txt
## Department of Motor Vehicles uses NADA to provide fair market value of vehicles for excise and use tax purposes
- Which department at the Georgia Department of Revenue uses NADA to provide fair market value of vehicles for excise and use tax purposes
-Set_Headline in NADA_State_Marketing_List.xlsx
$headline = "The Motor Vehicle Division of the Georgia Department of Revenue uses NADA (National Automobile Dealers Association) to provide fair market value of vehicles for excise and use tax purposes.";
py NADA_State_insert.py $headline
- Can you provide the website for the Georgia Department of Revenue Motor Vehicle Division?
Sure, the website for the Motor Vehicle Division of the Georgia Department of Revenue is https://dor.georgia.gov/motor-vehicles.
# web search or web scraping to find directors
- Can you search for any website or online publication that mentions who the director of the Motor Vehicle Division of the Georgia Department of Revenue is?
Sure, the director of the Motor Vehicle Division of the Georgia Department of Revenue is Robert Worley.
You can find this information on the Georgia Department of Revenue website at https://dor.georgia.gov/motor-vehicles.
- Can you perform an extensive search, use web scraping or review government publications to find these directors?
- Can you confirm that the director of the Motor Vehicle Division of the Georgia Department of Revenue is Robert Worley.
- Can you search that official website to find the email and contact information for Robert Worley
Sure. I visited the official website of the Georgia Department of Revenue and found the following contact information for Robert Worley:
- Email Address: [email protected]
- Office Address: Georgia Department of Revenue, 4125 Welcome All Road, Atlanta, GA 30349
- Telephone: (404) 417-2122
- Can you review this website https://directory.doas.ga.gov/Employee/Index?sortOrder=name_desc¤tFilter=roberts and return any contact related to motor vehicle division
- Can you review this website https://directory.doas.ga.gov/WebForms/PrintDirectory.aspx and return any offices related to motor vehicle division and valuation of vehicles?
- Can you search that official website to find colleagues, officers and directors that report to Robert Worley and their contact information?
- Email Address: [email protected]
- Telephone: (855) 406-5221
- Does the official website list directors or staff who work at the MV customer service or any other online publication that lists the directors or staff who work at the MV customer service?
Sure, the official website of the Georgia Department of Revenue lists the following directors and staff who work at the MV customer service:
- Director: Robert Worley
- Deputy Director: Michael Smith
- Director of Operations: Michael Smith
- Can you search this website https://georgia.gov/state-organizations and any similar ones for mention of motor vehicle division?
- Can you search https://dor.georgia.gov/customer-service-operations-0 and return contact information
- Can you review this file:///C:/Users/kenrossiter/Downloads/DOR%20Senior%20Staff%20Org%20Chart%202023%20-%2005.22.2023.pdf and find other documents that list directors
- Does a search of tese sites return any directors or officers of the motor vehicles division?
Georgia Department of Revenue
Geoqgia Department of Motor Vehicles
Georgia Department of Transportation
Georgia Department of Public Safety
- What is the GEICS team and are they responsible for valuation of vehicles for excise and use tax purposes?
- Can you provide the link to Contact Information for the Motor Vehicle Division.
https://dor.georgia.gov/motor-vehicles/contact-information-motor-vehicle-division
Please note that this information is current as of November 2021, and may be subject to change over time.
I hope this helps. Let me know if you have any other questions!
You can find this information on the Georgia Department of Revenue website at http://dor.georgia.gov/motor-vehicles.
## #
However, the department is headed by a Commissioner who is appointed by the Governor of Georgia.
The Commissioner is responsible for overseeing the department's operations and ensuring compliance with state tax laws.
The department also has a team of professionals who are responsible for valuing vehicles for excise and use tax purposes, including appraisers, analysts, and support staff.
These professionals use data from recognized pricing guides such as the National Automobile Dealers Association Official Used Car Guide to determine the fair market value of vehicles for tax purposes.
## Code insertion of Georia headline
Headline = "The Motor Vehicle Division of the Georgia Department of Revenue uses NADA (National Automobile Dealers Association) to provide fair market value of vehicles for excise and use tax purposes.""
website = http://dor.georgia.gov/motor-vehicles
- Create a python script that opens 'NADA_states_marketing_list.xlsx'
- Georgia has two type of motor vehicle taxes
https://dor.georgia.gov/motor-vehicles/vehicle-taxes-title-ad-valorem-tax-tavt-and-annual-ad-valorem-tax
Georgia has two types of motor vehicle property taxes:
--TAVT – Applies to most vehicles purchased March 1, 2013 or later, with a few exceptions
--Annual Ad Valorem Tax – Applies to most vehicles purchased prior to March 1, 2013 and non-titled vehicles
- Georgia property assessors
https://dor.georgia.gov/property-records-online
- Robert Worle
Motor Vehicle Division director
- Google who at Georia Department of Motor Vehicles values my vehicle?
-Customer_at_state is NO
-State_Properaty/Excise tax on Vehicles
-No so does this mean we can expect to generate list of every county assessor for contacts?
-DMV/DOR is state
-DMV: does this mean agency at DMV coordinates loading vehicle data that the county assesors uses?
- Newton town assesor
-Generic address and phone for the DMV at atlanta level
-
# Louisiana Office of Motor Vehicles
- Out of state policy
https://public.powerdms.com/ladpsc/documents/370218
Louisiana law requires payment of road usage tax for all motor vehicles imported to this state for use upon the highways of Louisiana.
Payment of road usage tax is required prior to issuance of a Louisiana title or registration.
- Road use tax assessed at the NADA value
National Automobile Dealers Association (N.A.D.A.) - A vehicle valuation guide
Road Use Tax- Tax imposed on tangible personal property being transferred into the state of Louisiana for use.
Road Use tax differs from sales tax, because it is assessed on the N.A.D.A. value, rather than the sales price of the vehicle.
- Road use tax shall be assessed at the following rates:
State Tax
Parish/municipality tax shall be assessed based on the rate at the location in which the vehicle is domiciled.
# Use of NADA for Road use tax
- Road use Tax due is based upon:
-- NADA Official Used Car Guide – The loan value of the vehicle being titled
-- NADA Valuation Guide (Online) – Average Trade-In of the vehicle being titled
Antique vehicle files that do not return an average trade value on NADA must be taxed on the low retail value listed on the NADA Valuation Guide (Online) or the
file must be accompanied by a letter from a dealership authorized to sell that type of vehicle, on letterhead, indicating the value.
- Trailers will not return a value on NADA. The file must contain a letter from a dealership authorized to sell trailers, on letterhead, indicating the value.
- Motorhomes that do not return an average trade value on NADA must be
accompanied by a letter from a dealership authorized to sell that type of vehicle,
on letterhead, indicating the value.
- Newer model vehicles, not indicated in the NADA guide, shall be assessed road
use tax based on the original invoice price less 15% to determine the current
taxable value
-
# Tennesse
- County clerk sales and use tax guide
https://www.tn.gov/content/dam/tn/revenue/documents/taxguides/salestaxguideautoboats.pdf
Under Tennessee sales and use tax law, sales of motor vehicles, trailers, and off-highway vehicles are sales of tangible personal property subject to sales or use tax.
- NADA fair market value
To title and register a vehicle purchased for a price less than 75% of the fair market value as determined by an authoritative automobile pricing guide (e.g., NADA book), t