new-site/scripts/formation/states/dc/config.py
justin f8cd37ac8c Initial commit — Performance West telecom compliance platform
Includes: API (Express/TypeScript), Astro site, Python workers,
document generators, FCC compliance tools, Canada CRTC formation,
Ansible infrastructure, and deployment scripts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 06:54:22 -05:00

29 lines
829 B
Python

CONFIG = {
"state": "DC",
"state_name": "District of Columbia",
"agency": "DLCP",
"agency_name": "Department of Licensing and Consumer Protection",
"portal_url": "https://dcra.dc.gov",
"search_url": "https://corponline.dcra.dc.gov/BizEntity.aspx/Search",
"registered_agent": {
"name": "Northwest Registered Agent",
"street": "611 Pennsylvania Ave SE Ste 443",
"city": "Washington",
"state": "DC",
"zip": "20003",
},
"fees": {
"llc": 99,
"corporation": 99,
},
"selectors": {
"search_input": "",
"search_button": "",
"results_table": "",
"name_field": "",
"agent_name_field": "",
"agent_address_field": "",
"submit_button": "",
},
"notes": "$300 biennial report.",
}