Navigation :
        
          
test ../ test user-ref.html
    
   User & Reference Guide  
  
test ../ test getting-started.html
    
   Getting started  
test ../ test getting-started/about.html
      - Using this guide 
test ../ test getting-started/whats-new.html
      - What's New 
test ../ test getting-started/data-model.html
      - Market Risk Data Model 
  
test ../ test dashboards.html
    
   Dashboards 
test ../ test what-if.html
    
   What-If Analysis 
test ../ test sign-off.html
    
   Sign-Off Approvals 
test ../ test datastore.html
    
   Datastores 
test ../ test calculations.html
    
   Calculations Guide 
test ../ test configuration.html
    
   Configuration files  
test ../ test configuration/activemonitor-service-properties.html
      - activemonitor.service.properties 
test ../ test configuration/azurecredentials-properties.html
      - azureCredentials.properties 
test ../ test configuration/dee-export-properties.html
      - dee-export.properties 
test ../ test configuration/greek-based-pl-formula-rules-properties.html
      - greek-based-pl-formula-rules.properties 
test ../ test configuration/hibernate-properties.html
      - hibernate.properties 
test ../ test configuration/reporting.html
      - reporting.properties 
test ../ test configuration/risk-config-properties.html
      - risk-config.properties 
test ../ test configuration/risk-properties.html
      - risk.properties 
test ../ test configuration/sign-off-export-properties.html
      - signoff.export.properties 
test ../ test configuration/signoff-properties.html
      - signoff.properties 
  
test ../ test cube.html
    
   Cube Reference 
test ../ test input-files.html
    
   Input file formats 
test ../ test dev.html
    
   Developer Guide  
test ../ test dev/dev-release.html
    
  - 
   Release and migration notes 
test ../ test dev/dev-getting-started.html
    
  - 
   Getting Started 
test ../ test dev/dev-ref-impl.html
    
  - 
   Market Risk Accelerator Reference Implementation 
test ../ test dev/dev-core.html
    
  - 
   MRA Core 
test ../ test dev/dev-extensions.html
    
  - 
   Extending the Accelerator 
test ../ test dev/dev-tools.html
    
  - 
   Configuring Accelerator tools and methodologies 
test ../ test dev/dev-sign-off.html
    
  - 
   Sign-Off 
  
test ../ test pdf-guides.html
    
   PDF Guides 
         
       
    
    
    
   reporting.properties 
File location 
The file is located in the folder risk-starter\src\main\resources .
File values 
Key 
Value 
Description 
 
 
reporting.consumers.mail.sender.email 
name@activeviam.com  
Email to use when connecting to Gmail. 
 
reporting.consumers.mail.sender.name 
noreply@activeviam.com  
Name to use as the sender of emails. 
 
reporting.consumers.mail.sender.password 
passstring 
Password to use when connecting to Gmail. See https://support.google.com/accounts/answer/185833 . 
 
reporting.consumers.download-link.timeToLiveInSeconds 
90 
Time (in seconds) during which the binary reports are kept in the transient in-memory storage. 
 
reporting.consumers.download-link.serverBaseUrl 
http://localhost:10010/risk-activepivot 
Base URL of the server exposing the reporting functionalities. 
 
reporting.producers.pdf.browserBasedPdfExportEndpointUrl 
http://localhost:5000/v1/pdf 
URL of the “export to PDF” endpoint of the Browser-based Export Server. 
 
reporting.producers.pdf.activeUIUrls 
http://localhost:10010/ 
Comma-separated list of base URLs that correspond to an ActiveUI application. This list is used by ActiveUIJwtBrowserExportPayloadConverter to decide whether to add the custom authentication properties to the payload sent to the Browser-based Export Server.