Avaloq ACP

Avaloq ACP Course

Avaloq ACP Course

Jost Odermatt

Jost Odermatt

Set of flashcards Details

Flashcards 257
Students 91
Language Deutsch
Category Computer Science
Level Other
Created / Updated 22.01.2013 / 05.06.2025
Weblink
https://card2brain.ch/box/avaloq_acp_
Embed
<iframe src="https://card2brain.ch/box/avaloq_acp_/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
What are the necessary criteria to check a task in?

A task is checked in when all source code modifications are done.

Does a static data order generate events for a Booking Engine?

No, static data orders generate or modify objects. Events are generated by transactional orders.

What does the remarks provice?

Remarks provide structured storage of additional object data for internal use. They serve informational purposes only, contain free-format text and can be defined with a valid-to date.

What does OMD stand for?

Object Modeling Definition

What is one of the differences between Avaloq Script and PL/SQL?

PL/SQL accesses data through SQL queries in contrast to Avaloq Script. Avaloq Script does not offer direct SQL access.

Is a 'View' available for all Meta types?

No, if no 'View' is available you have to enter the rule into the corresponding table.

A rule is active after it was loaded and until another rule overwrites the rule. How many balancing rules can be active at the same time?

#rules in a set * #balance structures N for each balance structure.

Is it possible to reverse-compile an API?

No. Reverse-compilation is only possible for descriptive Avaloq sources, not for those which create or contain PL/SQL.

What do you need to do to: load a chart of accounts, load balance rules, generate balance rules for a ledger container and show the balance?

Balance Account Loading (615) Balance Structure Rule Loading (599) Balance Structure Rule by Balance Account L (612) Balance Sheet (214)

Are context actions covered by the access rights concept of Avaloq?

Yes

Explain the connection / relation between event status and workflow status?

A workflow action triggers a change of the workflow status. For each workflow status, exactly one event status can be defined. A change in the event status triggers the Book Engine.

How can you start/end a BGP?

In ICE under the instance tab, or in the Central Services Desk.

Does the system stop me if I forgot to enter inromation that is needed?

Yes, we call these functions in Avaloq the field validation and the order validation.

What are views and perspectives in the Avaloq ice Workbench?

Views are parts of the user interface for data display and manipulation. A perspective is a certain arrangement of the views in the user interface.

Which keyword must you use to implement a field level event?

notify

What are rule sets? What are their characteristics?

A rule set is a group of rules that belong together. A rule set must model the whole business situation in that context. Only one rule set for each RULE_KIND can be active.

Can you define new functionality?

Yes, with Avaloq Script (e.g. in order validation, reports, etc.)

Name five (5) business areas where you can use rules.

E.g. Workflow, Costs, Accounting, Default Accounts, Default Field Values

How can you create a balance structure?

With an API (balstru#.put).

What kind of source generators exist?

a) Excel sheets (OMD), b) scripts like genwfc

What is the role of a code auditor?

To check the new developed or updated source code (Quality check).

What happens if two rules with the same priority both match?

The outcome is unpredictable. Avoid this situation by always setting clear priorities.

How do you name a group or a field?

With a label which must be defined via out_text_norm. There is no direct naming possible.

What triggers an order validation?

Order validations are triggered by workflow actions.

What is the name structure of the security linking tables?

SEC_*_ACCESS

Which of the following examples are costs and which are fees?

Credit card charge, fund transfer charge, discretionary portfolio management fee, brokerage fee (railway ticket, car rental, flat rental, parking fee, cinema ticket, flight ticket).

When or where can context actions be used?

Wherever there is a context menu on the Avaloq GUI (Graphical User Interface) available and the user has the access right to perform this context action.

What are the necessary elements to create an Avaloq report?

Task, flat datamart, report/hierarchical datamart, layout definition.

Describe the process of implementing rules in Avaloq.

Business specifications are defined. Rules are designed and entered in the corresponding rule loader table. The rules are loaded with the task that is specific to that rule loader table. If there are no errors, the rules are entered into the operational rule table by the system. The output can then be tested in Avaloq.

What is needed to parameterise Order Validation override codes?

Override codes are parameterised in the code_override table, using the code_override source

What happens to the string defined in ‘naming’ in a Forms' source?

This string is displayed, where this form is listed in the menu.

What happens if an error occurs while loading?

There will be an error message on the screen or an entry in the error log table. No rules of the set are loaded the rules within Avaloq remain unchanged.

List the functionalities of the Book Engine.

Generate counter bookings Check posting differences (bookings must be balanced). Check posting check rules (e.g. "Costs should be debited"). Ensure position rules (e.g. "Blocked or pledged positions cannot be debited"). Enforce Short position rules (e.g. "short positions are not allowed")

What property is set if the source is not accepted by Oracle?

If a source is not accepted by Oracle, the status is set to "corrupt".

List three (3) features of Avaloq Script

Block structure Modularity Separate compilation

Which parameters do you set to load booking rules?

The task 598 "Booking Rule Loading" requires you to define the rule set and the business unit.

Explain the fields of BALACC_LD and BALSTRU_RULE_LD:

BALSTRU ACTION ACCLEVEL OWNER SYM CRED_DEB NAME_XX RULE_SET SEQ_NR VAL_TYPE CRED_DEB BALACC_P PRIO, PRIO_A, RULE_A

Which tables are required for parameterisation of workflows?

WFC_STATUS, WFC_ACTION, WFC_RULE_LD and WFC_RULE

Which are the object attributes?

Classifications and classes, keys, additions, remarks, relations, collections.

Which sources can be reverse-compiled?

Sources which have a "+" in the source type field "CODE_SRC_TYPE.REV_