Increase.Entities.Entity.RiskRating (Increase v1.0.0)

Copy Markdown View Source

An assessment of the entity’s potential risk of involvement in financial crimes, such as money laundering.

Fields

  • rated_at - The ISO 8601 time at which the risk rating was performed.
  • rating - The rating given to this entity.

Summary

Types

t()

@type t() :: %Increase.Entities.Entity.RiskRating{
  rated_at: DateTime.t(),
  rating: String.t()
}