Skip to content

Instantly share code, notes, and snippets.

View OpakAlex's full-sized avatar
🏠
Working from home

opak OpakAlex

🏠
Working from home
View GitHub Profile
module Metric
module Formula
class Nps < Base
end
end
end
module Metric
module Formula
int TravelDaysNumber = (int)params.duration;
int PolicyHolderAge = (int)params.age_on_current_date;
if(TravelDaysNumber < 57 && PolicyHolderAge < 75) {