PineScoreSnapshot

struct PineScoreSnapshot {
Date date;
string[] assets;
double[] scores;
}