Create a loss distribution summary table from a value_at_risk_detail table. More...
Go to the source code of this file.
Create a loss distribution summary table from a value_at_risk_detail table.
[in] | host | Host url, including the protocol |
[in] | server | Name of the Web Application Server that provides the REST service (Default: SASRiskGovernanceFramework) |
[in] | port | Server port (if blank, default port 80 will be used). Default: 7980 |
[in] | username | Username credentials |
[in] | password | Password credentials: it can be plain text or SAS-Encoded (it will be masked during execution). |
[in] | authMethod | Authentication method (accepted values: TOKEN/SSO). Used when Username/Password credentials are left blank to determine the authentication method. (Default: TOKEN). |
[in] | tgt_ticket | Ticket granting ticket. If provided, this TGT ticket is used to obtain a Service ticket for the requested REST resource |
[in] | name | Name of the instance of the RGF object that is created with this REST request |
[in] | description | Description of the instance of the RGF object that is created with this REST request |
[in] | cred_risk_detail_key | The Rk of the credit_risk_detail table |
[in] | analysis_run_key | The Rk of the anaysis run that created the credit risk detail table (ignored if cred_risk_detail_key is specified) |
[in] | base_date | baseDate for the analysis data object |
[in] | cycle_id | = cycle ID if linking to an analysis run |
[in] | entity_id | = entity ID for the analysis data object |
[in] | status_cd | = status code for the analysis data object |
[in] | schema_name | The schema name of the data definition to link to. |
[in] | schema_version | The schemaVersion of the data definition to link to. |
[in] | libref | = irm_rgf_store_analysis_data arg |
[in] | logOptions | Logging options (i.e. mprint mlogic symbolgen ...) |
[in] | restartLUA. | Flag (Y/N). Resets the state of Lua code submission for a SAS session if set to Y (Default: Y) |
[in] | clearCache | Flag (Y/N). Controls whether the connection cache is cleared across multiple proc http calls. (Default: Y) |
[out] | out_exceptions | = irm_rgf_store_analysis_data arg |
[out] | out_analysis_data | = irm_rgf_store_analysis_data arg |
[out] | out_partition_list | = irm_rgf_store_analysis_data arg |
[out] | out_data_definition | = irm_rgf_store_analysis_data arg |
[out] | out_link_instance | = irm_rgf_store_analysis_data arg |
[out] | outVarTicket | Name of the output macro variable which will contain the Service Ticket (Default: ticket) |
[out] | outSuccess | Name of the output macro variable that indicates if the request was successful (&outSuccess = 1) or not (&outSuccess = 0). (Default: httpSuccess) |
[out] | outResponseStatus | Name of the output macro variable containing the HTTP response header status: i.e. HTTP/1.1 200 OK. (Default: responseStatus) |
Definition in file irmst_create_loss_dist_summary.sas.