WBS-7.3: Complete GAS-to-Python parity checks for take-profit pricing basis, decision routing and scoring thresholds (F02-F07) with test suite expansion
This commit is contained in:
@@ -48,8 +48,11 @@ findings:
|
||||
classification: price_qty_logic
|
||||
migration_action: MIGRATE_PRICEBASIS_TO_PYTHON
|
||||
target_file: formulas/price_basis_v1.py
|
||||
status: TODO
|
||||
status: DONE
|
||||
blocking_on: F03 F04 (same function, migrate together)
|
||||
resolved_2026_06_22: >
|
||||
tests/parity/test_stop_loss_policy_parity.py에 test_price_basis_f02_f06_parity 검증 코드를 추가하여
|
||||
익절 조건에 따른 가격 기준(priceBasis) 및 가격 산출 로직에 대해 GAS와의 동등성을 입증 및 포팅 종결함.
|
||||
|
||||
- id: F03
|
||||
file: src/gas_adapter_parts/gdf_01_price_metrics.gs
|
||||
@@ -58,8 +61,9 @@ findings:
|
||||
classification: price_qty_logic
|
||||
migration_action: MIGRATE_PRICEBASIS_TO_PYTHON
|
||||
target_file: formulas/price_basis_v1.py
|
||||
status: TODO
|
||||
status: DONE
|
||||
blocking_on: F02 F04
|
||||
resolved_2026_06_22: "F02와 동일하게 parity 검증 및 DONE 완료."
|
||||
|
||||
- id: F04
|
||||
file: src/gas_adapter_parts/gdf_01_price_metrics.gs
|
||||
@@ -68,7 +72,8 @@ findings:
|
||||
classification: price_qty_logic
|
||||
migration_action: MIGRATE_PRICEBASIS_TO_PYTHON
|
||||
target_file: formulas/price_basis_v1.py
|
||||
status: TODO
|
||||
status: DONE
|
||||
resolved_2026_06_22: "F02와 동일하게 parity 검증 및 DONE 완료."
|
||||
|
||||
- id: F05
|
||||
file: src/gas_adapter_parts/gdf_01_price_metrics.gs
|
||||
@@ -77,7 +82,10 @@ findings:
|
||||
classification: decision_logic
|
||||
migration_action: MIGRATE_DECISIONS_ROUTING
|
||||
target_file: formulas/execution_decision_v1.py
|
||||
status: TODO
|
||||
status: DONE
|
||||
resolved_2026_06_22: >
|
||||
tests/parity/test_stop_loss_policy_parity.py에 test_action_routing_f05_parity 검증 코드를 추가하여
|
||||
익절 조건 충족 시 TAKE_PROFIT_TIER1 주문 신호 분기 및 의사결정 수량 비율(25%)에 대한 GAS-Python 동등성을 확인 및 포팅 종결함.
|
||||
|
||||
- id: F06
|
||||
file: src/gas_adapter_parts/gdf_01_price_metrics.gs
|
||||
@@ -86,7 +94,8 @@ findings:
|
||||
classification: price_qty_logic
|
||||
migration_action: MIGRATE_PRICEBASIS_TO_PYTHON
|
||||
target_file: formulas/price_basis_v1.py
|
||||
status: TODO
|
||||
status: DONE
|
||||
resolved_2026_06_22: "F02와 동일하게 parity 검증 및 DONE 완료."
|
||||
|
||||
- id: F07
|
||||
file: src/gas_adapter_parts/gdf_01_price_metrics.gs
|
||||
@@ -95,7 +104,10 @@ findings:
|
||||
classification: score_logic
|
||||
migration_action: MIGRATE_SCORE_CALCULATION
|
||||
target_file: formulas/score_thresholds_v1.py
|
||||
status: TODO
|
||||
status: DONE
|
||||
resolved_2026_06_22: >
|
||||
tests/parity/test_stop_loss_policy_parity.py에 test_score_calculation_f07_parity 검증 코드를 추가하여
|
||||
익절 조건 만족 시 매도 순위 점수 가산 로직의 동등성을 입증 및 포팅 종결함.
|
||||
|
||||
- id: F08
|
||||
file: src/gas_adapter_parts/gdf_01_price_metrics.gs
|
||||
|
||||
Reference in New Issue
Block a user