fields = [
{
name: 'date',
type: { name: 'date', unit: 'MILLISECOND' },
nullable: false, children: []
},
{ name: 'btcClose',
type: { name: 'floatingpoint', precision: 'SINGLE'},
nullable: false, children: []
},
{ name: 'sntClose',
type: { name: 'floatingpoint', precision: 'SINGLE'},
nullable: false, children: []
},
{ name: 'sntRollingBeta',
type: { name: 'floatingpoint', precision: 'SINGLE'},
nullable: false, children: []
},
{ name: 'statusRollingCostOfEquity',
type: { name: 'floatingpoint', precision: 'SINGLE'},
nullable: false, children: []
},
{ name: 'sntForwardChange',
type: { name: 'floatingpoint', precision: 'SINGLE'},
nullable: false, children: []
}
]