/
keorlov
/
collsim
Обзор
Документация
Войти
/
keorlov
/
collsim
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
config.yaml
36 строк
1 KB
Konstantin Orlov
wip
14 июл 2026, 12:10
14 июл 2026, 12:10
c8f2d41
Код
Авторство
О чём код?
simulation: days: 365 optimization_mode: "greedy" gini: 0.35 cure_recovery_rate: 0.05 hard_cure_rate: 0.002 portfolio: initial_clients: 50000 daily_growth_rate: 0.00016 client_types: chronic: {share: 0.35, hazard_multiplier: 2.5} forgetful: {share: 0.65, hazard_multiplier: 0.6} products: mortgage: {share: 0.45, avg_balance: 3500000, term_days: 7300, hazard_mult: 0.2, daily_interest_rate: 0.0003, nim_annual_rate: 0.08} potreb: {share: 0.30, avg_balance: 300000, term_days: 1825, hazard_mult: 1.2, daily_interest_rate: 0.0005, nim_annual_rate: 0.15} card: {share: 0.15, avg_balance: 80000, term_days: null, hazard_mult: 1.8, daily_close_prob: 0.0005, daily_interest_rate: 0.0006, nim_annual_rate: 0.20} auto: {share: 0.10, avg_balance: 1500000, term_days: 1825, hazard_mult: 0.5, daily_interest_rate: 0.0004, nim_annual_rate: 0.12} hazard: base_daily_rate: 0.0012 channels: waiting: {cost: 0, p_base: 0.001} sms: {cost: 5, p_base: 0.004} call: {cost: 50, p_base: 0.015} budgets: daily_sms: 10000 daily_call: 25000 legal_limits: max_calls_per_week: 2 max_sms_per_week: 4 hard_collection: cession_dpd: 360 cession_rate: 0.04 initial_state: soft_share: 0.038 hard_share: 0.048 hard_dpd_max: 350