static JSON examples showing multiple accounts
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5f830294b0
commit
2a13fc9182
@ -15,6 +15,31 @@ You can define many to many relationships, multiple YNAB accounts containing mul
|
|||||||
{
|
{
|
||||||
"symbol":"SPY",
|
"symbol":"SPY",
|
||||||
"quantity":420
|
"quantity":420
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol":"BRK.A",
|
||||||
|
"quantity":5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol":"CAPE",
|
||||||
|
"quantity":69
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ynabAccountId":"fdfedg45-c2g1-445-abdd-9dsa445sd54",
|
||||||
|
"securities":[
|
||||||
|
{
|
||||||
|
"symbol":"VCN.TO",
|
||||||
|
"quantity":100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol":"XSB.TO",
|
||||||
|
"quantity":50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol":"DLR.TO",
|
||||||
|
"quantity":20
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,31 @@ You can define many to many relationships, multiple YNAB accounts containing mul
|
|||||||
{
|
{
|
||||||
"symbol":"SPY",
|
"symbol":"SPY",
|
||||||
"quantity":420
|
"quantity":420
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol":"BRK.A",
|
||||||
|
"quantity":5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol":"CAPE",
|
||||||
|
"quantity":69
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ynabAccountId":"fdfedg45-c2g1-445-abdd-9dsa445sd54",
|
||||||
|
"securities":[
|
||||||
|
{
|
||||||
|
"symbol":"VCN.TO",
|
||||||
|
"quantity":100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol":"XSB.TO",
|
||||||
|
"quantity":50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol":"DLR.TO",
|
||||||
|
"quantity":20
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user