Bacen.CCS (Bacen CCS v0.1.1)

Cadastro de Clientes do Sistema Financeiro Nacional

The CCS context.

It interacts to Bacen's CCS system.

Link to this section Summary

Types

The CCS message types

Functions

Gets the schema module from given name

Link to this section Types

Specs

schemas() ::
  Bacen.CCS.ACCS001
  | Bacen.CCS.ACCS002
  | Bacen.CCS.ACCS003
  | Bacen.CCS.ACCS004
  | Bacen.CCS.ACCS005
  | Bacen.CCS.ACCS006
  | Bacen.CCS.ACCS009
  | Bacen.CCS.ACCS010
  | Bacen.CCS.ACCS011
  | Bacen.CCS.ACCS012
  | Bacen.CCS.CCS0001
  | Bacen.CCS.CCS0002
  | Bacen.CCS.CCS0003
  | Bacen.CCS.CCS0004

The CCS message types

Link to this section Functions

Link to this function

name_to_schema(name)

Specs

name_to_schema(String.t()) :: schemas()

Gets the schema module from given name

Examples

iex> Bacen.CCS.name_to_schema("ACCS001")
Bacen.CCS.ACCS001

iex> Bacen.CCS.name_to_schema("foobar")
** (FunctionClauseError) no function clause matching in Bacen.CCS.name_to_schema/1