const stockPrices = {
amount: {
type: "number.float",
},
date: {
type: "mockingbird.datetimeNow",
},
stock_symbol: {
type: "helpers.arrayElement",
params: ["ABF:XLON", "ADS:XETR", "APG:XNYS", "APPS:XMAD", "BLNK:XNAS"],
},
};
export default stockPrices;