Skip to content

OppFunding

Details about the funding available for an opportunity.

PropertyTypeRequiredDescription
totalAmountAvailableMoneyNoTotal amount of funding available
minAwardAmountMoneyNoMinimum amount of funding granted per award
maxAwardAmountMoneyNoMaximum amount of funding granted per award
minAwardCountintegerNoMinimum number of awards granted
maxAwardCountintegerNoMaximum number of awards granted
estimatedAwardCountintegerNoEstimated number of awards that will be granted

A JSON example of this field is:

{
"totalAmountAvailable": {
"amount": "1000000.00",
"currency": "USD"
},
"minAwardAmount": {
"amount": "10000.00",
"currency": "USD"
},
"maxAwardAmount": {
"amount": "50000.00",
"currency": "USD"
},
"minAwardCount": 5,
"maxAwardCount": 20,
"estimatedAwardCount": 10
}