Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SEKStibor Class Reference

SEK-STIBOR index. More...

#include <qle/indexes/ibor/sekstibor.hpp>

+ Inheritance diagram for SEKStibor:
+ Collaboration diagram for SEKStibor:

Public Member Functions

 SEKStibor (const Period &tenor, const Handle< YieldTermStructure > &h=Handle< YieldTermStructure >())
 

Detailed Description

SEK-STIBOR index.

SEK-STIBOR rate published by Swedish Bankers' Association.

See http://www.swedishbankers.se/web/bf.nsf/pages/startpage_eng.html.

Remarks
Using Sweden calendar, should be Stockholm.
Warning:
Check roll convention and EOM.
    \ingroup indexes

Definition at line 46 of file sekstibor.hpp.

Constructor & Destructor Documentation

◆ SEKStibor()

SEKStibor ( const Period &  tenor,
const Handle< YieldTermStructure > &  h = Handle<YieldTermStructure>() 
)

Definition at line 48 of file sekstibor.hpp.

49 : IborIndex("SEK-STIBOR", tenor, 2, SEKCurrency(), Sweden(), ModifiedFollowing, false, Actual360(), h) {}