{
  "title": "Convert revenue once before adding currencies",
  "synthetic": true,
  "inputs": {
    "foreign": 1000,
    "fx": 1.1,
    "domestic": 500
  },
  "outputs": [
    {
      "label": "Converted source revenue",
      "actual": 1100,
      "expected": 1100,
      "passed": true
    },
    {
      "label": "Combined reporting revenue",
      "actual": 1600,
      "expected": 1600,
      "passed": true
    }
  ],
  "constraints": [],
  "formulas": [
    {
      "label": "Converted source revenue",
      "javascript": "v.foreign*v.fx"
    },
    {
      "label": "Combined reporting revenue",
      "javascript": "v.foreign*v.fx+v.domestic"
    }
  ],
  "limits": "Use an approved rate source and consistent timing for a real reconciliation. Platform-reported converted revenue may already include conversion; applying the worksheet to it again would double-convert the value."
}
