surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where state = "PA" and vendor = "Versaterm" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: amount, quote, dup_rank, spend_date (date)
| Link | rowid | vendor | city | state | spend_date | product | amount ▲ | quote | source_document | mytown_record | ledger | amount_type | dup_rank | geo_suspect | anomaly | state_norm |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4256 | 4256 | Versaterm | Pittsburgh | PA | 2026-03-25 | IA Pro software maintenance (amend contract) | 23413.0 | Resolution authorizing the Mayor and the Director of the Office of Municipal Investigations (OMI) to enter into a Software Maintenance Agreement or Agreements with Versaterm to extend the current agreement for OMI’s electronic case-management system, IA Pro, for a period of three (3) years, in an amount not to exceed Twenty-Three Thousand Four Hundred Thirteen Dollars and Forty-Eight Cents ($23,413.48). | https://pittsburgh.legistar1.com/pittsburgh/meetings/2026/3/11919_M_Standing_Committees_26-03-25_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/pittsburgh/#m335855 | sv:rms:versaterm | ceiling | 1 | 0 | 0 | PA |
| 4258 | 4258 | Versaterm | Pittsburgh | PA | 2026-03-17 | RMS software maintenance (renew) | 23413.0 | Resolution authorizing the Mayor and the Director of the Office of Municipal Investigations (OMI) to enter into a Software Maintenance Agreement or Agreements with Versaterm to extend the current agreement for OMI’s electronic case-management system, IA Pro, for a period of three (3) years, in an amount not to exceed Twenty-Three Thousand Four Hundred Thirteen Dollars and Forty-Eight Cents ($23,413.48). | https://pittsburgh.legistar1.com/pittsburgh/meetings/2026/3/11915_M_City_Council_26-03-17_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/pittsburgh/#m335847 | sv:rms:versaterm | ceiling | 2 | 0 | 0 | PA |
| 4266 | 4266 | Versaterm | Pittsburgh | PA | 2024-09-24 | electronic case-management system (amend) | 7282.0 | Resolution authorizing the Mayor and the Director of the Office of Municipal Investigations (OMI) to enter into an agreement or agreements with Versaterm (formerly known as CI-Technologies) to extend the current agreement and amend the name of the vendor, in an amount not to exceed Seven Thousand Two-Hundred and Eighty-Two Dollars and Eighty Cents ($7,282.80) over 1 year, for OMI’s electronic case-management system, IA Pro. | https://pittsburgh.legistar1.com/pittsburgh/meetings/2024/9/11294_M_City_Council_24-09-24_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/pittsburgh/2024/#m335503 | sv:rms:versaterm | ceiling | 1 | 0 | 0 | PA |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE surveillance_spending ( vendor TEXT, city TEXT, state TEXT, spend_date TEXT, product TEXT, amount REAL, quote TEXT, source_document TEXT, mytown_record TEXT, ledger TEXT, amount_type TEXT, dup_rank INTEGER, geo_suspect INTEGER, anomaly INTEGER, state_norm TEXT); CREATE INDEX ix_surv_vendor ON surveillance_spending(vendor); CREATE INDEX ix_surv_state ON surveillance_spending(state); CREATE INDEX ix_surv_amount ON surveillance_spending(amount); CREATE INDEX ix_surv_ledger ON surveillance_spending(ledger);