Skip to content

Instantly share code, notes, and snippets.

@kahneraja
Last active March 20, 2019 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahneraja/f963b17e4eff42163be07384327e9ecb to your computer and use it in GitHub Desktop.
Save kahneraja/f963b17e4eff42163be07384327e9ecb to your computer and use it in GitHub Desktop.
Snapshot Data Driven (Smart Clients)
{
"type": "single_type",
"id": "snapshot",
"data": {
"invest": {
"title": "Personal",
"value": 12673,
"accounts": [
{
"title": "’",
"raw_value": 294.02,
"formatted_value": "$294.02",
"next_milestone": {
"glossary_key": "next_milestone",
"raw_value": 10000,
"formatted_value": "$10,000.00"
},
"portfolio_value": {
"glossary_key": "portfolio_value",
"raw_value": "6968.0122941",
"formatted_value": "$6,968"
},
"action": "https:..."
}
],
"cross_sell": {
"image": "http://www.someimage.com",
"action": "https:...",
"cta": "Start Now!"
}
},
"save": {
"title": "Debit",
"value": 12673,
"message": "Available Balance",
"balance": {
"available": {
"value": 255.6,
"currency": "USD"
},
"pending": {
"value": 300,
"currency": "USD"
}
},
"cross_sell": {
"image": "http://www.someimage.com",
"action": "https:...",
"cta": "Start Now!"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment