{
  "name" : "Financial Risk System",
  "description" : "This is a simple (incomplete) example C4 model based upon the financial risk system architecture kata, which can be found at http://bit.ly/sa4d-risksystem",
  "elements" : [ {
    "tag" : "Element",
    "color" : "#ffffff"
  }, {
    "tag" : "Software System",
    "background" : "#801515",
    "shape" : "RoundedBox"
  }, {
    "tag" : "Financial Risk System",
    "background" : "#550000",
    "color" : "#ffffff"
  }, {
    "tag" : "Future State",
    "opacity" : 30
  }, {
    "tag" : "Person",
    "background" : "#d46a6a",
    "shape" : "Person"
  } ],
  "relationships" : [ {
    "tag" : "Relationship",
    "dashed" : false
  }, {
    "tag" : "Asynchronous",
    "dashed" : true
  }, {
    "tag" : "Alert",
    "color" : "#ff0000"
  }, {
    "tag" : "Future State",
    "opacity" : 30
  } ]
}