TCalculationNode: {
    calculation?: TCalculationNode[];
    fieldId?: string;
    fieldLabel?: string;
    value?: string;
}