It looks like you're new here. If you want to get involved, click one of these buttons!
What is the semantic of the columns Accepted and Selected for offers? The data suggests that all combinations are present:
a. Accepted and selected even though the offer is refused at some point (Activity: O_Refused) and the other way around
b. Accepted but not selected
c. Not accepted and selected
Frequencies
Accepted Selected count 1 FALSE false 6777 2 FALSE true 5960 3 TRUE false 14297 4 TRUE true 15637
Comments
'Accepted' or 'not accepted' indicates whether the offer is still acceptable. (A manual override is possible if accepted is false.)
Selected is the indication of which offer is signed by the customer. As soon as the offer is received, that specific offer is 'selected' as the returned offer.
Decision about "Accepted" or "Not Accepted" for specific offer accepted by the bank or by customer?