Skip to content

Commit e2d7c71

Browse files
committed
removing unused logic
1 parent bfc4114 commit e2d7c71

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/ABCEfunctions.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2659,11 +2659,8 @@ end
26592659
function compute_credit_indicator_scores(settings, agent_fs)
26602660
# Credit ratings indicators
26612661
# Compute retained earnings-to-debt metric column
2662-
rcdr_target = settings["agent_opt"]["re_debt_floor"] + settings["agent_opt"]["rcdr_target_delta"]
26632662
transform!(agent_fs, [:remaining_debt_principal, :retained_earnings] => ((debt, re) -> re ./ debt) => :RE_debt_ratio)
26642663

2665-
# Use excess RE over the amount needed to reach the target ratio to subsidize FCF
2666-
26672664
# Compute effective FCF: if FCF is zero but RE is greater than zero, use RE in place of FCF
26682665

26692666
# Compute ICR metric column

0 commit comments

Comments
 (0)