From f46bb843a741fba77f8a52087dd31f9295999f0f Mon Sep 17 00:00:00 2001 From: jacobvjk Date: Thu, 29 Feb 2024 09:27:35 +0100 Subject: [PATCH] update sample_raw_loanbook_from_abcd --- R/functions_prep_project.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/functions_prep_project.R b/R/functions_prep_project.R index 1d6ef4d..9e955c4 100644 --- a/R/functions_prep_project.R +++ b/R/functions_prep_project.R @@ -292,7 +292,7 @@ sample_raw_loanbook_from_abcd <- function(abcd = NULL, loan_size_credit_limit_currency = .env$currency, sector_classification_system = loanbook_sample_prep$sector_classification_system, sector_classification_input_type = loanbook_sample_prep$sector_classification_input_type, - sector_classification_direct_loantaker = as.numeric(loanbook_sample_prep$code), + sector_classification_direct_loantaker = loanbook_sample_prep$code, fi_type = "Loan", flag_project_finance_loan = "No", name_project = NA_character_,