OUTPUT
{
"name": "Yearly with Uniform Rates",
"inventionAssId": "expanded",
"inputValues": {
"mode": "perCountryPerYear",
"values": [
{
"primaryRate": 79,
"secondaryRate": 80
},
{
"primaryRate": 82,
"secondaryRate": 82
},
{
"primaryRate": 84,
"secondaryRate": 84
},
{
"primaryRate": 86,
"secondaryRate": 86
},
{
"primaryRate": 88,
"secondaryRate": 88
}
],
"useSameRateForAll": true
},
"outputValues": {
"years": [
{
"US": 79,
"EP": 80,
"JP": 80,
"CN": 80
},
{
"US": 82,
"EP": 82,
"JP": 82,
"CN": 82
},
{
"US": 84,
"EP": 84,
"JP": 84,
"CN": 84
},
{
"US": 86,
"EP": 86,
"JP": 86,
"CN": 86
},
{
"US": 88,
"EP": 88,
"JP": 88,
"CN": 88
}
]
}
}