Skip to content

Instantly share code, notes, and snippets.

@dpagini
Last active January 19, 2016 22:53
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 dpagini/8d3b6049d024a7778b01 to your computer and use it in GitHub Desktop.
Save dpagini/8d3b6049d024a7778b01 to your computer and use it in GitHub Desktop.
{
products: [
{
"name": "Voya Global Real Estate Fund",
"paceid": "5016",
"class": "A",
"cusip": "92913X845",
"ticker": "IGLAX",
"paceclassid": "1194"
},
{
"name": "Voya Global Real Estate Fund",
"paceid": "5016",
"class": "B",
"cusip": "92913X852",
"ticker": "IGLAX",
"paceclassid": "1195"
}
]
}
{
products: [
{
"name": "Voya Global Real Estate Fund",
"paceid": "5016",
classes: [
{
"class": "A",
"cusip": "92913X845",
"ticker": "IGLAX",
"paceid": "1194"
},
{
"class": "B",
"cusip": "92913X852",
"ticker": "IGLAX",
"paceid": "1195"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment