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>
22 lines
720 B
Python
22 lines
720 B
Python
CONFIG = {
|
|
"state": "New York",
|
|
"abbreviation": "NY",
|
|
"agency": "Department of State",
|
|
"agency_url": "https://dos.ny.gov",
|
|
"search_url": "https://appext20.dos.ny.gov/corp_public/CORPSEARCH.ENTITY_SEARCH_ENTRY",
|
|
"search_method": "socrata",
|
|
"socrata_domain": "data.ny.gov",
|
|
"registered_agent": {
|
|
"name": "Northwest Registered Agent",
|
|
"street": "90 State St Ste 700 Office 40",
|
|
"city": "Albany",
|
|
"state": "NY",
|
|
"zip": "12207",
|
|
},
|
|
"fees": {
|
|
"llc": 200,
|
|
"corporation": 125,
|
|
"publication": "~$200-$2000 depending on county",
|
|
},
|
|
"notes": "PUBLICATION REQUIRED after formation (~$200-$2000 depending on county).",
|
|
}
|