Skip to content

NSIA fund related Inform Risk level #2545

@tovari

Description

@tovari

Soon NSIA projects related Inform Risk levels will be available in the data.ifrc.org api. We are asked to add this info to the go-api as well.

It is already available in the data-staging api:
https://data-staging.ifrc.org/NSIA_API/api/approvedApplications?apiKey=

contains a new attribute ("Risk"):

    {
        "Id": 12,
...
        "Year": 2022,
        "Fund": "NSIA",
....
        "FundingPeriodInMonths": 48,
        "FundingPeriodInYears": 4,
        "FundingType": "Accelerator",
        "Risk": "Very High"
    },

We would like to expose this in our country/{id} endpoint under initiatives:

    "initiatives": [
        {
            "id": 273,
            "title": "....",
            "fund_type": "NSIA – Bridge",
            "allocation": ....,
            "year": "2022",
            "funding_period": 12,
            "categories": null,
            "country": 209
        },

The Inform Risk level is only applicable for NSIA funds, not for CBF and ESF.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions