fedspendingtransparency / usaspending-api

Server application to serve U.S. federal spending data via a RESTful API
https://www.usaspending.gov
Creative Commons Zero v1.0 Universal
309 stars 112 forks source link

[DEV-11422] Total Outlay Award Type Breakdown #4194

Closed collinwr closed 2 months ago

collinwr commented 2 months ago

Description: A problem was found with the calculation of Total Outlays in Summary State View. Funds were being double counted because Transactions Award Types are not Unique to a single Award.

Requirements for PR merge:

  1. N/A Unit & integration tests updated
  2. N/A API documentation updated
  3. [ ] Necessary PR reviewers:
    • [ ] Backend
    • [ ] Domain Expert
  4. [x] Matview impact assessment completed
  5. [x] Frontend impact assessment completed
  6. [ ] Data validation completed
  7. [x] Appropriate Operations ticket(s) created
  8. [x] Jira Ticket DEV-11422:
    • [x] Link to this Pull-Request
    • [ ] Performance evaluation of affected (API | Script | Download)
    • [ ] Before / After data comparison

Area for explaining above N/A when needed:

collinwr commented 2 months ago

A larger problem was found with the calculation method here, a new PR will be opened for the fix