상세투자분석 계산로직 수정

This commit is contained in:
Macbook
2026-06-07 15:12:42 +09:00
parent c4365283cf
commit e1cf2ea46d
14 changed files with 366 additions and 58 deletions
@@ -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;