상세투자분석 계산로직 수정
This commit is contained in:
@@ -119,6 +119,11 @@ public class GcBacktestSettings {
|
||||
@Builder.Default
|
||||
private BigDecimal partialExitPct = new BigDecimal("50.000");
|
||||
|
||||
/** MARK_TO_MARKET | REALIZED_ONLY */
|
||||
@Column(name = "analysis_method", nullable = false, length = 32)
|
||||
@Builder.Default
|
||||
private String analysisMethod = "MARK_TO_MARKET";
|
||||
|
||||
@Column(name = "created_at", nullable = false, updatable = false)
|
||||
private LocalDateTime createdAt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user