surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:rms:versaterm", state = "KS" and vendor = "Versaterm" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4194 | 4194 | Versaterm | Pittsburg | KS | 2026-03-17 | IA Pro 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.granicus.com/MinutesViewer.php?view_id=2&clip_id=7679 | https://mytown.theboringparts.com/city/gr-pittsburgh/#m596265 | sv:rms:versaterm | ceiling | 1 | 0 | 0 | KS |
| 4196 | 4196 | Versaterm | Pittsburg | KS | 2026-03-25 | IA Pro maintenance (amend) | 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.granicus.com/MinutesViewer.php?view_id=2&clip_id=7686 | https://mytown.theboringparts.com/city/gr-pittsburgh/#m596260 | sv:rms:versaterm | ceiling | 2 | 0 | 0 | KS |
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);